This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>How we ship code — a non-engineer's guide</title> | |
| <style> | |
| :root { | |
| --bg: #fafaf7; | |
| --fg: #1a1a1a; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* -- SETUP -- */ | |
| /* .jest-setup.js */ | |
| /* | |
| * At this time, JSDOM does not support required methods for testing color contrast, so we are unable to run these tests with axe-core. | |
| * This rule may be run in a visual testing tool such as Storybook to ensure coverage. | |
| */ | |
| axe.configure({ | |
| rules: [ | |
| { |