We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06353c commit fe81db8Copy full SHA for fe81db8
1 file changed
jest.config.js
@@ -0,0 +1,6 @@
1
+module.exports = {
2
+ testEnvironment: 'node',
3
+ transform: {
4
+ '^.+\.ts$': '@sucrase/jest-plugin'
5
+ }
6
+}
0 commit comments