Skip to content

Commit

Permalink
fixup! test: add test for side-effects
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed May 10, 2019
1 parent b7c0fc0 commit 258a055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/side-effects/side-effects.json
Expand Up @@ -41,11 +41,11 @@
"expectedOutput": "./snapshots/esm2015/testing.js"
},
{
"esModules": "../../dist/esm5/websocket/index.js",
"esModules": "../../dist/esm5/webSocket/index.js",
"expectedOutput": "./snapshots/esm5/websocket.js"
},
{
"esModules": "../../dist/esm2015/websocket/index.js",
"esModules": "../../dist/esm2015/webSocket/index.js",
"expectedOutput": "./snapshots/esm2015/websocket.js"
}
]
Expand Down

0 comments on commit 258a055

Please sign in to comment.