Skip to content

Commit

Permalink
test: disable Parcel autoInstall
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Apr 17, 2021
1 parent 1c8a212 commit b6c4cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ describe('documentToSVG()', () => {
hmr: false,
sourceMaps: false, // Workaround for "Unterminated regular expression" Parcel bug
minify: false,
autoInstall: false,
})
server = await bundler.serve(8080)
})
Expand Down

0 comments on commit b6c4cb6

Please sign in to comment.