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:
1515 with :
1616 node-version : 22
1717
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
2424
2525 package :
2626 needs : test
Original file line number Diff line number Diff line change 2828 if ( globalImports [ url ] )
2929 return globalImports [ url ] ;
3030 if ( url . startsWith ( "./" ) )
31- url = "tests /" + url . substring ( 2 ) ;
31+ url = "test /" + url . substring ( 2 ) ;
3232
3333 url += / .j s $ / i. test ( url ) ? "" : ".js" ; // to allow loading without js suffix;
3434
You can’t perform that action at this time.
0 commit comments