Skip to content

Commit 525f765

Browse files
Add bundling for browser usage (#11)
* Add bundling for browser usage * increased Jest test timeout to 100 seconds --------- Co-authored-by: Morgan Kuphal <morgan.kuphal@smartcontract.com>
1 parent 8266af6 commit 525f765

File tree

4 files changed

+4830
-2896
lines changed

4 files changed

+4830
-2896
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
testMatch: ['**/test/**/*.test.ts'],
55
coverageReporters: ['html'],
66
collectCoverageFrom: ['src/**/*.ts', '!src/test/*.ts'],
7-
testTimeout: 60 * 1000,
7+
testTimeout: 100 * 1000,
88
coverageThreshold: {
99
global: {
1010
branches: 95,

0 commit comments

Comments
 (0)