Update all tests to use Jasmine 2

Reviewed By: vjeux

Differential Revision: D2782581

fb-gh-sync-id: 1d938a2bbdd8670c917c1793234dfdcb29fd4511
This commit is contained in:
Christoph Pojer
2015-12-22 11:40:16 -08:00
committed by facebook-github-bot-3
parent 43ca8a0da4
commit b7e939b38d
5 changed files with 18 additions and 14 deletions

View File

@@ -17,6 +17,7 @@
"^image![a-zA-Z0-9$_-]+$": "GlobalImageStub",
"^[./a-zA-Z0-9$_-]+\\.png$": "RelativeImageStub"
},
"testRunner": "<rootDir>/node_modules/jest-cli/src/testRunners/jasmine/jasmine2.js",
"testPathIgnorePatterns": [
"/node_modules/"
],