Skip to content

Commit 4df8a04

Browse files
authored
Merge pull request #412 from scratchfoundation/jest
Switch to Jest and re-enable project tests
2 parents b4a3617 + 322ae0b commit 4df8a04

27 files changed

+28749
-26795
lines changed

jest.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
transform: {
3+
'\\.(png|svg|wav)$': '<rootDir>/test/transformers/arraybuffer-loader.js'
4+
}
5+
};

0 commit comments

Comments
 (0)