File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< meta charset ='UTF-8 '>
3
3
< title > core-js</ title >
4
- < link rel ='stylesheet ' href ='../unit-karma/node_modules/qunit/qunit /qunit.css '>
4
+ < link rel ='stylesheet ' href ='../bundles /qunit.css '>
5
5
< div id ='qunit '> </ div >
6
6
< div id ='qunit-fixture '> </ div >
7
- < script src ='../unit-karma/node_modules/qunit/qunit /qunit.js '> </ script >
7
+ < script src ='../bundles /qunit.js '> </ script >
8
8
< script >
9
9
window . USE_FUNCTION_CONSTRUCTOR = true ;
10
10
</ script >
11
- < script src ='../../packages/ core-js-bundle/index .js '> </ script >
11
+ < script src ='../bundles/ core-js-bundle.js '> </ script >
12
12
< script >
13
13
window . inspectSource = window [ '__core-js_shared__' ] . inspectSource ;
14
14
</ script >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< meta charset ='UTF-8 '>
3
3
< title > core-js-pure</ title >
4
- < link rel ='stylesheet ' href ='../unit-karma/node_modules/qunit/qunit /qunit.css '>
4
+ < link rel ='stylesheet ' href ='../bundles /qunit.css '>
5
5
< div id ='qunit '> </ div >
6
6
< div id ='qunit-fixture '> </ div >
7
- < script src ='../unit-karma/node_modules/qunit/qunit /qunit.js '> </ script >
7
+ < script src ='../bundles /qunit.js '> </ script >
8
8
< script >
9
9
window . USE_FUNCTION_CONSTRUCTOR = true ;
10
10
</ script >
You can’t perform that action at this time.
0 commit comments