Commit c46a0f1
committed
Use babel test for testing the babel plugin
babel-test supports writing transformed code to individual output.js files while still integrating with Jest snapshots. This means that we get syntax highlighting in the transformed files making it easier to spot mistakes.1 parent 28ce9fa commit c46a0f1
File tree
52 files changed
+842
-846
lines changed- test
- __snapshots__
- fixtures
- add-display-names
- add-identifier-and-display-name
- add-identifier
- allow-chains-of-member-calls
- annotate-create-global-style-with-pure-comments
- annotate-css-with-pure-comments
- annotate-keyframes-with-pure-comments
- annotate-styled-calls-with-pure-comments
- does-not-desugar-styled-assignment
- does-not-replace-native-with-no-tags
- minify-css-in-helpers
- minify-css-to-use-with-transpilation
- minify-css-to-use-without-transpilation
- minify-single-line-comments-with-interpolations
- not-use-private-api-if-not-required
- track-the-imported-variable
- transpile-css-prop-add-import
- transpile-css-prop-add-require
- transpile-css-prop
- transpile-require-default
- transpile-template-literals-with-config
- transpile-template-literals-without-config
- use-file-name
- work-with-hoisted-default-as-import
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+842
-846
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
60 | 66 | | |
61 | 67 | | |
62 | 68 | | |
0 commit comments