Skip to content

Commit

Permalink
Update importer tests to run in single-runner
Browse files Browse the repository at this point in the history
See #3942

This patch removes the Makefile from the ithe importer test suite and
adds the tests into the single-test-runner white-list. No changes to the
tests themselves were needed.

**Testing**

From the project root run make test

cc: @blowery
  • Loading branch information
dmsnell committed Mar 24, 2016
1 parent 570ff3f commit 4a17e92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
12 changes: 0 additions & 12 deletions client/lib/importer/Makefile

This file was deleted.

3 changes: 3 additions & 0 deletions client/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
"localforage": {
"test": [ "localforage-bypass" ]
},
"importer" : {
"test" : [ "api-interaction" ]
},
"menu-data" : {
"test" : [ "menu-data" ]
},
Expand Down

0 comments on commit 4a17e92

Please sign in to comment.