API Integration Tests via jest (#10899)

* tests: experiment with api tests

* api tests are getting nice

* api: api testing ready for feedback
This commit is contained in:
Torkel Ödegaard
2018-02-14 10:26:20 +01:00
committed by GitHub
parent bb681cd498
commit ead1c300d7
11 changed files with 373 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"bitwise":false,
"curly": true,
"eqnull": true,
"strict": true,
"strict": false,
"devel": true,
"eqeqeq": true,
"forin": false,