Skip to content

Commit

Permalink
feat(marko 5): make changes to make it work for marko 5
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantAshok committed Jul 29, 2020
1 parent ae2468f commit c02ee04
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 c02ee04

Please sign in to comment.