We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553cb45 commit 7edc67bCopy full SHA for 7edc67b
15 files changed
jest.config.js
@@ -12,6 +12,7 @@ module.exports = {
12
},
13
14
],
15
+ "\\.py$": "<rootDir>/src/tests/raw-text-transformer.js",
16
17
transformIgnorePatterns: ["/node_modules/(?!(@sourceacademy/wasm-util)/).+\\.js$"],
18
testPathIgnorePatterns: ["/node_modules/", "/dist/"],
0 commit comments