Skip to content

Commit 3a3d948

Browse files
committed
jbrowse: update jest configuration
1 parent a3d99d0 commit 3a3d948

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jbrowse/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
'^.+\\.tsx?$': [
2020
'ts-jest',
2121
{
22-
tsconfig: 'node_modules/@labkey/build/webpack/tsconfig.json',
22+
isolatedModules: true,
2323
}
2424
],
2525
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import 'regenerator-runtime/runtime';
22
import { configure } from 'enzyme';
3-
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';
3+
import Adapter from 'enzyme-adapter-react-16';
44

55
configure({ adapter: new Adapter() });

0 commit comments

Comments
 (0)