Skip to content

Commit 4817876

Browse files
committed
Undoes unnecessary testing changes
1 parent 3305274 commit 4817876

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

.babelrc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,6 @@
6262
}
6363
]
6464
]
65-
},
66-
"test": {
67-
"plugins": [
68-
"babel-plugin-styled-components"
69-
],
70-
"presets": [
71-
"@babel/preset-react",
72-
["@babel/preset-env", {"modules": "cjs"}]
73-
]
7465
}
7566
},
7667
"plugins": [

client/modules/IDE/components/Header/__snapshots__/Nav.unit.test.jsx.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ exports[`Nav renders dashboard version for mobile 1`] = `
209209
-ms-flex-direction: column;
210210
flex-direction: column;
211211
gap: 0.16666666666666666rem;
212-
box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px,rgba(60,64,67,0.15) 0px 1px 3px 1px;
212+
box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px, rgba(60,64,67,0.15) 0px 1px 3px 1px;
213213
min-width: 10rem;
214214
border-radius: 0.16666666666666666rem;
215215
}
@@ -323,7 +323,7 @@ exports[`Nav renders dashboard version for mobile 1`] = `
323323
>
324324
<test-file-stub
325325
aria-hidden="true"
326-
classname="icons__StyledIcon-sc-xmer15-0 dStXqm"
326+
classname="sc-fujyAs cSTVlM"
327327
focusable="false"
328328
/>
329329
</button>
@@ -339,7 +339,7 @@ exports[`Nav renders dashboard version for mobile 1`] = `
339339
>
340340
<test-file-stub
341341
aria-hidden="true"
342-
classname="icons__StyledIcon-sc-xmer15-0 dStXqm"
342+
classname="sc-iqAclL iOZiVo"
343343
focusable="false"
344344
/>
345345
</button>
@@ -910,7 +910,7 @@ exports[`Nav renders editor version for mobile 1`] = `
910910
-ms-flex-direction: column;
911911
flex-direction: column;
912912
gap: 0.16666666666666666rem;
913-
box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px,rgba(60,64,67,0.15) 0px 1px 3px 1px;
913+
box-shadow: rgba(60,64,67,0.3) 0px 1px 2px 0px, rgba(60,64,67,0.15) 0px 1px 3px 1px;
914914
min-width: 10rem;
915915
border-radius: 0.16666666666666666rem;
916916
}
@@ -1024,7 +1024,7 @@ exports[`Nav renders editor version for mobile 1`] = `
10241024
>
10251025
<test-file-stub
10261026
aria-hidden="true"
1027-
classname="icons__StyledIcon-sc-xmer15-0 dStXqm"
1027+
classname="sc-fujyAs cSTVlM"
10281028
focusable="false"
10291029
/>
10301030
</button>
@@ -1040,7 +1040,7 @@ exports[`Nav renders editor version for mobile 1`] = `
10401040
>
10411041
<test-file-stub
10421042
aria-hidden="true"
1043-
classname="icons__StyledIcon-sc-xmer15-0 dStXqm"
1043+
classname="sc-iqAclL iOZiVo"
10441044
focusable="false"
10451045
/>
10461046
</button>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:client": "cross-env NODE_ENV=production webpack --config webpack/config.prod.js",
1313
"build:server": "cross-env NODE_ENV=production webpack --config webpack/config.server.js",
1414
"build:examples": "cross-env NODE_ENV=production webpack --config webpack/config.examples.js",
15-
"test": "BABEL_ENV=test jest",
15+
"test": "jest",
1616
"test:ci": "npm run lint && npm run test",
1717
"fetch-examples": "cross-env NODE_ENV=development node ./server/scripts/fetch-examples.js",
1818
"fetch-examples-gg": "cross-env NODE_ENV=development node ./server/scripts/fetch-examples-gg.js",

0 commit comments

Comments
 (0)