File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
6
6
<!-- Importing Web Component's Polyfill -->
7
- < script src ="../../../ webcomponentsjs/webcomponents-lite.js "> </ script >
7
+ < script src ="../../webcomponentsjs/webcomponents-lite.js "> </ script >
8
8
9
- < script src ="../../../ sinonjs/sinon.js "> </ script >
9
+ < script src ="../../sinonjs/sinon.js "> </ script >
10
10
11
- < link rel ="import " href ="../ shared/helpers.html ">
11
+ < link rel ="import " href ="shared/helpers.html ">
12
12
13
- < script src ="../../../ web-component-tester/browser.js "> </ script >
13
+ < script src ="../../web-component-tester/browser.js "> </ script >
14
14
15
15
<!-- Step 1: import the element to test -->
16
- < link rel ="import " href ="../../ palindrom-error-catcher.html ">
16
+ < link rel ="import " href ="../palindrom-error-catcher.html ">
17
17
</ head >
18
18
19
19
< body >
You can’t perform that action at this time.
0 commit comments