Skip to content

Commit

Permalink
Add failing doMock implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Janelle Law committed Apr 25, 2022
1 parent 3299420 commit 8d7037c
Show file tree
Hide file tree
Showing 3 changed files with 39,902 additions and 43 deletions.
4 changes: 4 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
presets: [['@babel/preset-env', {targets: {node: 'current'}}]],
plugins: [["dynamic-import-node", { "noInterop": true }]],
};
Loading

0 comments on commit 8d7037c

Please sign in to comment.