We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf1d3f commit 5a0d5dcCopy full SHA for 5a0d5dc
docs/docs/testing-css-in-js.md
@@ -22,7 +22,7 @@ If you followed along with the [Unit testing guide](/docs/unit-testing) you'll h
22
23
```diff:title=jest-preprocess.js
24
const babelOptions = {
25
- presets: ["babel-preset-gatsby"],
+~ presets: ["babel-preset-gatsby", "@emotion/babel-preset-css-prop"],
26
+ plugins: [
27
+ "emotion",
28
+ ],
0 commit comments