Skip to content

Commit

Permalink
chore: fix typo (#3796)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Sep 5, 2021
1 parent c11c759 commit acd5d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/ports-map.js
Expand Up @@ -29,7 +29,7 @@ const listOfTests = {
"hot-option": 1,
"http2-option": 1,
"https-option": 1,
"mine-types-option": 1,
"mime-types-option": 1,
"magic-html-option": 1,
"on-after-setup-middleware-option": 1,
"on-before-setup-middleware-option": 1,
Expand Down
2 changes: 1 addition & 1 deletion test/server/mimeTypes-option.test.js
Expand Up @@ -4,7 +4,7 @@ const webpack = require("webpack");
const request = require("supertest");
const Server = require("../../lib/Server");
const config = require("../fixtures/mime-types-config/webpack.config");
const port = require("../ports-map")["mine-types-option"];
const port = require("../ports-map")["mime-types-option"];

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

0 comments on commit acd5d0b

Please sign in to comment.