There was an error while loading. Please reload this page.
1 parent a3996ec commit 47453cbCopy full SHA for 47453cb
2 files changed
test/e2e/ProvidePlugin.test.js
@@ -4,7 +4,7 @@ const testServer = require('../helpers/test-server');
4
constconfig=require('../fixtures/provide-plugin-config/webpack.config');
5
construnBrowser=require('../helpers/run-browser');
6
7
-describe.skip('ProvidePlugin',()=>{
+describe('ProvidePlugin',()=>{
8
describe('inline',()=>{
9
beforeAll((done)=>{
10
constoptions={
test/fixtures/provide-plugin-config/foo.js
@@ -1,6 +1,7 @@
1
'use strict';
2
3
-constSockJSClient=require('../../../client-src/clients/SockJSClient');
+// 'npm run prepare' must be run for this to work during testing
+constSockJSClient=require('../../../client/clients/SockJSClient');
window.expectedClient=SockJSClient;
// eslint-disable-next-line camelcase, no-undef
0 commit comments