Skip to content

Commit acd5d0b

Browse files
authored
chore: fix typo (#3796)
1 parent c11c759 commit acd5d0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/ports-map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const listOfTests = {
2929
"hot-option": 1,
3030
"http2-option": 1,
3131
"https-option": 1,
32-
"mine-types-option": 1,
32+
"mime-types-option": 1,
3333
"magic-html-option": 1,
3434
"on-after-setup-middleware-option": 1,
3535
"on-before-setup-middleware-option": 1,

test/server/mimeTypes-option.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const webpack = require("webpack");
44
const request = require("supertest");
55
const Server = require("../../lib/Server");
66
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"];
88

99
describe('"mimeTypes" option', () => {
1010
describe("as an object with a remapped type", () => {

0 commit comments

Comments
 (0)