File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
with :
16
16
node-version : 22
17
17
18
- # - run: npm ci
19
- # - run: npm install http-server -g
20
- # - run: |
21
- # http-server ./ -p 8080 &
22
- # sleep 5 # Wait for 5 seconds to ensure http-server is up
23
- # npm run test:browser
18
+ - run : npm ci
19
+ - run : npm install http-server -g
20
+ - run : |
21
+ http-server ./ -p 8080 &
22
+ sleep 5 # Wait for 5 seconds to ensure http-server is up
23
+ npm run test:browser
24
24
25
25
package :
26
26
needs : test
Original file line number Diff line number Diff line change 28
28
if ( globalImports [ url ] )
29
29
return globalImports [ url ] ;
30
30
if ( url . startsWith ( "./" ) )
31
- url = "tests /" + url . substring ( 2 ) ;
31
+ url = "test /" + url . substring ( 2 ) ;
32
32
33
33
url += / .j s $ / i. test ( url ) ? "" : ".js" ; // to allow loading without js suffix;
34
34
You can’t perform that action at this time.
0 commit comments