File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
fixtures/provide-plugin-config Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const testServer = require('../helpers/test-server');
44const config = require ( '../fixtures/provide-plugin-config/webpack.config' ) ;
55const runBrowser = require ( '../helpers/run-browser' ) ;
66
7- describe . skip ( 'ProvidePlugin' , ( ) => {
7+ describe ( 'ProvidePlugin' , ( ) => {
88 describe ( 'inline' , ( ) => {
99 beforeAll ( ( done ) => {
1010 const options = {
Original file line number Diff line number Diff line change 11'use strict' ;
22
3- const SockJSClient = require ( '../../../client-src/clients/SockJSClient' ) ;
3+ // 'npm run prepare' must be run for this to work during testing
4+ const SockJSClient = require ( '../../../client/clients/SockJSClient' ) ;
45
56window . expectedClient = SockJSClient ;
67// eslint-disable-next-line camelcase, no-undef
You can’t perform that action at this time.
0 commit comments