Skip to content

Commit 7edc67b

Browse files
committed
Add Pyodide implementation
1 parent 553cb45 commit 7edc67b

15 files changed

Lines changed: 1305 additions & 5753 deletions

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = {
1212
},
1313
},
1414
],
15+
"\\.py$": "<rootDir>/src/tests/raw-text-transformer.js",
1516
},
1617
transformIgnorePatterns: ["/node_modules/(?!(@sourceacademy/wasm-util)/).+\\.js$"],
1718
testPathIgnorePatterns: ["/node_modules/", "/dist/"],

0 commit comments

Comments
 (0)