We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8011058 commit f23cafbCopy full SHA for f23cafb
.travis.yml
@@ -20,6 +20,9 @@ env:
20
before_install:
21
- yarn
22
23
+ before_script:
24
+ - yarn server &
25
+
26
script:
27
- yarn test:unit
28
- yarn test:integration
package.json
@@ -73,7 +73,7 @@
73
"commitmsg": "commitlint -e $GIT_PARAMS",
74
"test:unit": "MOCK_FETCH=true jest ./tests/unit",
75
"test:unit:watch": "MOCK_FETCH=true jest ./tests/unit --watch",
76
- "test:integration": " jest ./tests/integration/",
+ "test:integration": "jest ./tests/integration/",
77
"test:integration:watch": "jest ./tests/integration/ --watch",
78
"build:dist": "webpack --mode production",
79
"build:lib": "NODE_ENV=production babel src --out-dir lib",
0 commit comments