Skip to content

Commit

Permalink
chore: rely on browser field for browser tests (#8742)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jul 24, 2019
1 parent d678a6c commit 3add146
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/browser-support/browserTest.js
Expand Up @@ -6,9 +6,9 @@
*/

/* eslint-disable */
var expect = require('../../packages/expect/build-es5/index.js');
var mock = require('../../packages/jest-mock/build-es5/index.js');
var prettyFormat = require('../../packages/pretty-format/build-es5/index.js');
var expect = require('expect');
var mock = require('jest-mock');
var prettyFormat = require('pretty-format');

describe('es5 builds in browser', function() {
it('runs assertions', function() {
Expand Down

0 comments on commit 3add146

Please sign in to comment.