Skip to content

Commit

Permalink
[jest-jasmine2] Split jasmine-light over multiple files. (jestjs#3159)
Browse files Browse the repository at this point in the history
* [jest-jasmine2] Split `jasmine-light` over multiple files.

* Don't wrap things that don't need to be wrapped.

* Don't wrap things that don't need to be wrapped (again).

* Lint.

* Move source to `jasmine`, alter license.
  • Loading branch information
wtgtybhertgeghgtwtg authored and skovhus committed Apr 29, 2017
1 parent 9d2cdde commit 84b3457
Show file tree
Hide file tree
Showing 17 changed files with 2,313 additions and 1,842 deletions.
2 changes: 1 addition & 1 deletion packages/jest-jasmine2/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const JasmineReporter = require('./reporter');
const jasmineAsync = require('./jasmine-async');
const path = require('path');

const JASMINE = require.resolve('./jasmine-light.js');
const JASMINE = require.resolve('./jasmine/jasmine-light.js');

function jasmine2(
config: Config,
Expand Down
Loading

0 comments on commit 84b3457

Please sign in to comment.