Migrate to jest (#7455)

This commit is contained in:
Daniel Tschinder
2018-03-03 10:58:19 +01:00
committed by GitHub
parent 53208d6998
commit 3e95830646
29 changed files with 1861 additions and 1133 deletions

View File

@@ -1 +0,0 @@
--reporter dot --ui tdd --timeout 10000 --compilers js:@babel/register

1
test/testSetupFile.js Normal file
View File

@@ -0,0 +1 @@
jest.setTimeout(10000);