Commit 20fd846 1 parent da2c71a commit 20fd846 Copy full SHA for 20fd846
File tree 1 file changed +0
-4
lines changed
tests/e2e/tests/third-party
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,10 @@ export default function() {
11
11
const app = configJson [ 'apps' ] [ 0 ] ;
12
12
app [ 'styles' ] . push ( '../node_modules/bootstrap/dist/css/bootstrap.css' ) ;
13
13
app [ 'scripts' ] . push (
14
- '../node_modules/jquery/dist/jquery.js' ,
15
- '../node_modules/tether/dist/js/tether.js' ,
16
14
'../node_modules/bootstrap/dist/js/bootstrap.js'
17
15
) ;
18
16
} ) )
19
17
. then ( ( ) => ng ( 'build' , '--extract-css' ) )
20
- . then ( ( ) => expectFileToMatch ( 'dist/scripts.bundle.js' , '* jQuery JavaScript' ) )
21
- . then ( ( ) => expectFileToMatch ( 'dist/scripts.bundle.js' , '/*! tether ' ) )
22
18
. then ( ( ) => expectFileToMatch ( 'dist/scripts.bundle.js' , '* Bootstrap' ) )
23
19
. then ( ( ) => expectFileToMatch ( 'dist/styles.bundle.css' , '* Bootstrap' ) )
24
20
. then ( ( ) => expectFileToMatch ( 'dist/index.html' , oneLineTrim `
You can’t perform that action at this time.
0 commit comments