Skip to content

Commit

Permalink
Undoes unnecessary testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
khanniie committed Oct 24, 2024
1 parent 3305274 commit 4817876
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
9 changes: 0 additions & 9 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,6 @@
}
]
]
},
"test": {
"plugins": [
"babel-plugin-styled-components"
],
"presets": [
"@babel/preset-react",
["@babel/preset-env", {"modules": "cjs"}]
]
}
},
"plugins": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -323,7 +323,7 @@ exports[`Nav renders dashboard version for mobile 1`] = `
>
<test-file-stub
aria-hidden="true"
classname="icons__StyledIcon-sc-xmer15-0 dStXqm"
classname="sc-fujyAs cSTVlM"
focusable="false"
/>
</button>
Expand All @@ -339,7 +339,7 @@ exports[`Nav renders dashboard version for mobile 1`] = `
>
<test-file-stub
aria-hidden="true"
classname="icons__StyledIcon-sc-xmer15-0 dStXqm"
classname="sc-iqAclL iOZiVo"
focusable="false"
/>
</button>
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -1024,7 +1024,7 @@ exports[`Nav renders editor version for mobile 1`] = `
>
<test-file-stub
aria-hidden="true"
classname="icons__StyledIcon-sc-xmer15-0 dStXqm"
classname="sc-fujyAs cSTVlM"
focusable="false"
/>
</button>
Expand All @@ -1040,7 +1040,7 @@ exports[`Nav renders editor version for mobile 1`] = `
>
<test-file-stub
aria-hidden="true"
classname="icons__StyledIcon-sc-xmer15-0 dStXqm"
classname="sc-iqAclL iOZiVo"
focusable="false"
/>
</button>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4817876

Please sign in to comment.