diff --git a/.babelrc b/.babelrc
index 4a1a49dff..7ef51374c 100644
--- a/.babelrc
+++ b/.babelrc
@@ -62,15 +62,6 @@
}
]
]
- },
- "test": {
- "plugins": [
- "babel-plugin-styled-components"
- ],
- "presets": [
- "@babel/preset-react",
- ["@babel/preset-env", {"modules": "cjs"}]
- ]
}
},
"plugins": [
diff --git a/client/modules/IDE/components/Header/__snapshots__/Nav.unit.test.jsx.snap b/client/modules/IDE/components/Header/__snapshots__/Nav.unit.test.jsx.snap
index 522c8464d..af56a1a41 100644
--- a/client/modules/IDE/components/Header/__snapshots__/Nav.unit.test.jsx.snap
+++ b/client/modules/IDE/components/Header/__snapshots__/Nav.unit.test.jsx.snap
@@ -209,7 +209,7 @@ exports[`Nav renders dashboard version for mobile 1`] = `
-ms-flex-direction: column;
flex-direction: column;
gap: 0.16666666666666666rem;
- box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px,rgba(60,64,67,0.15) 0px 1px 3px 1px;
+ box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px, rgba(60,64,67,0.15) 0px 1px 3px 1px;
min-width: 10rem;
border-radius: 0.16666666666666666rem;
}
@@ -323,7 +323,7 @@ exports[`Nav renders dashboard version for mobile 1`] = `
>
@@ -339,7 +339,7 @@ exports[`Nav renders dashboard version for mobile 1`] = `
>
@@ -910,7 +910,7 @@ exports[`Nav renders editor version for mobile 1`] = `
-ms-flex-direction: column;
flex-direction: column;
gap: 0.16666666666666666rem;
- box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px,rgba(60,64,67,0.15) 0px 1px 3px 1px;
+ box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px, rgba(60,64,67,0.15) 0px 1px 3px 1px;
min-width: 10rem;
border-radius: 0.16666666666666666rem;
}
@@ -1024,7 +1024,7 @@ exports[`Nav renders editor version for mobile 1`] = `
>
@@ -1040,7 +1040,7 @@ exports[`Nav renders editor version for mobile 1`] = `
>
diff --git a/package.json b/package.json
index bf105dc66..1ce7b5f8e 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"build:client": "cross-env NODE_ENV=production webpack --config webpack/config.prod.js",
"build:server": "cross-env NODE_ENV=production webpack --config webpack/config.server.js",
"build:examples": "cross-env NODE_ENV=production webpack --config webpack/config.examples.js",
- "test": "BABEL_ENV=test jest",
+ "test": "jest",
"test:ci": "npm run lint && npm run test",
"fetch-examples": "cross-env NODE_ENV=development node ./server/scripts/fetch-examples.js",
"fetch-examples-gg": "cross-env NODE_ENV=development node ./server/scripts/fetch-examples-gg.js",