File tree 2 files changed +3
-2
lines changed
fixtures/provide-plugin-config
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');
4
4
const config = require ( '../fixtures/provide-plugin-config/webpack.config' ) ;
5
5
const runBrowser = require ( '../helpers/run-browser' ) ;
6
6
7
- describe . skip ( 'ProvidePlugin' , ( ) => {
7
+ describe ( 'ProvidePlugin' , ( ) => {
8
8
describe ( 'inline' , ( ) => {
9
9
beforeAll ( ( done ) => {
10
10
const options = {
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
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' ) ;
4
5
5
6
window . expectedClient = SockJSClient ;
6
7
// eslint-disable-next-line camelcase, no-undef
You can’t perform that action at this time.
0 commit comments