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 () => {
33
33
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 > / )
34
34
// should not preload manifest because it's inlined
35
35
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
37
37
expect ( index ) . toMatch ( 'webpackJsonp' )
38
38
39
39
// PWA specific directives
Original file line number Diff line number Diff line change 26
26
27
27
Default files matches are: any files in ` test/unit ` that end in ` .spec.(ts|js) ` .
28
28
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.
30
30
31
31
## Configuration
32
32
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ test('build', async () => {
29
29
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 > / )
30
30
// should not preload manifest because it's inlined
31
31
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
33
33
expect ( index ) . toMatch ( 'webpackJsonp' )
34
34
35
35
const port = await portfinder . getPortPromise ( )
You can’t perform that action at this time.
0 commit comments