Skip to content

Commit acbd745

Browse files
committed
test: enable serial mode for AVA tests
There is a problem when multiple test tasks run rollup at the same time, so serial mode is enabled :)
1 parent 5840e25 commit acbd745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
}
5858
},
5959
"ava": {
60+
"serial": true,
6061
"verbose": true
6162
}
6263
}

0 commit comments

Comments
 (0)