Skip to content

Commit

Permalink
remove skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-decker committed Aug 23, 2022
1 parent 7ede140 commit 206510f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ module.exports = {
// head of the file. So it may be worth while to switch to 'node' in any
// background tests.
testEnvironment: 'jsdom',
transform: {
'\\.[jt]sx?$': 'babel-jest',
'^.+\\.mdx$': '@storybook/addon-docs/jest-transform-mdx',
},
// Our configuration somehow is calling into the esm folder / files of
// some modules. Jest supports ESM but our code is not set to emit ESM files
// so we are telling jest to use babel to transform the node_modules listed.
Expand Down
16 changes: 0 additions & 16 deletions ui/components/ui/button/button.stories.skippedtest.js

This file was deleted.

0 comments on commit 206510f

Please sign in to comment.