File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ test('pwa', async () => {
3333 expect ( index ) . toMatch ( / < l i n k r e l = p r e l o a d [ ^ > ] + v e n d o r [ ^ > ] + \. j s > / )
3434 // should not preload manifest because it's inlined
3535 expect ( index ) . not . toMatch ( / < l i n k r e l = p r e l o a d [ ^ > ] + m a n i f e s t [ ^ > ] + \. j s > / )
36- // should inline manifest and wepback runtime
36+ // should inline manifest and webpack runtime
3737 expect ( index ) . toMatch ( 'webpackJsonp' )
3838
3939 // PWA specific directives
Original file line number Diff line number Diff line change 2626
2727 Default files matches are: any files in ` test/unit ` that end in ` .spec.(ts|js) ` .
2828
29- All [ mocha-wepback command line options] ( http://zinserjan.github.io/mocha-webpack/docs/installation/cli-usage.html ) are also supported.
29+ All [ mocha-webpack command line options] ( http://zinserjan.github.io/mocha-webpack/docs/installation/cli-usage.html ) are also supported.
3030
3131## Configuration
3232
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ test('build', async () => {
2929 expect ( index ) . toMatch ( / < l i n k r e l = p r e l o a d [ ^ > ] + v e n d o r [ ^ > ] + \. j s > / )
3030 // should not preload manifest because it's inlined
3131 expect ( index ) . not . toMatch ( / < l i n k r e l = p r e l o a d [ ^ > ] + m a n i f e s t [ ^ > ] + \. j s > / )
32- // should inline manifest and wepback runtime
32+ // should inline manifest and webpack runtime
3333 expect ( index ) . toMatch ( 'webpackJsonp' )
3434
3535 const port = await portfinder . getPortPromise ( )
You can’t perform that action at this time.
0 commit comments