Skip to content

Commit

Permalink
Merge pull request #9 from PrashantAshok/fix-for-m5
Browse files Browse the repository at this point in the history
feat: support Marko 5
  • Loading branch information
DylanPiercey authored Jul 30, 2020
2 parents ae2468f + c02ee04 commit 98288cc
Show file tree
Hide file tree
Showing 6 changed files with 9,129 additions and 4,850 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org
3 changes: 1 addition & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module.exports = {
preset: "@marko/jest",
preset: "@marko/jest/preset/node",
transform: {
"\\.ts$": "ts-jest"
},
testEnvironment: "node",
coverageReporters: []
};
Loading

0 comments on commit 98288cc

Please sign in to comment.