Skip to content

Commit

Permalink
Merge pull request #14 from iambumblehead/handle-default-module-object
Browse files Browse the repository at this point in the history
handle default Module object
  • Loading branch information
iambumblehead authored Sep 8, 2021
2 parents e3b3dbd + f580e85 commit 54872b0
Show file tree
Hide file tree
Showing 7 changed files with 325 additions and 466 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
"env": {
"node": true
},
"parser": "babel-eslint",
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 6,
"ecmaVersion": "latest",
"allowImportExportEverywhere": true
},
"globals": {
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ test('should do global instance mocks —third parameter', async t => {

### changelog

* 0.4.0 _Sep.07.2021_
* do not runtime error when returuning type '[object Module]' default
* 0.3.9 _May.05.2021_
* small change to README
* added a test, update gitlab action to use node 16.x
Expand Down
Loading

0 comments on commit 54872b0

Please sign in to comment.