File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const listOfTests = {
29
29
"hot-option" : 1 ,
30
30
"http2-option" : 1 ,
31
31
"https-option" : 1 ,
32
- "mine -types-option" : 1 ,
32
+ "mime -types-option" : 1 ,
33
33
"magic-html-option" : 1 ,
34
34
"on-after-setup-middleware-option" : 1 ,
35
35
"on-before-setup-middleware-option" : 1 ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const webpack = require("webpack");
4
4
const request = require ( "supertest" ) ;
5
5
const Server = require ( "../../lib/Server" ) ;
6
6
const config = require ( "../fixtures/mime-types-config/webpack.config" ) ;
7
- const port = require ( "../ports-map" ) [ "mine -types-option" ] ;
7
+ const port = require ( "../ports-map" ) [ "mime -types-option" ] ;
8
8
9
9
describe ( '"mimeTypes" option' , ( ) => {
10
10
describe ( "as an object with a remapped type" , ( ) => {
You can’t perform that action at this time.
0 commit comments