We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d678a6c commit 3add146Copy full SHA for 3add146
e2e/browser-support/browserTest.js
@@ -6,9 +6,9 @@
6
*/
7
8
/* eslint-disable */
9
-var expect = require('../../packages/expect/build-es5/index.js');
10
-var mock = require('../../packages/jest-mock/build-es5/index.js');
11
-var prettyFormat = require('../../packages/pretty-format/build-es5/index.js');
+var expect = require('expect');
+var mock = require('jest-mock');
+var prettyFormat = require('pretty-format');
12
13
describe('es5 builds in browser', function() {
14
it('runs assertions', function() {
0 commit comments