Skip to content

Commit

Permalink
test: compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Sep 8, 2023
1 parent 13115a6 commit 15b8f75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/config/config.flexible.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ describe('Config with flexible taxonomy', () => {
valid: true,
tag: 'tag',
moduleType: 'commonjs',
hasManifest: false,
}

const pluginB: IPlugin = {
Expand All @@ -122,6 +123,7 @@ describe('Config with flexible taxonomy', () => {
valid: true,
tag: 'tag',
moduleType: 'commonjs',
hasManifest: false,
}
const plugins = new Map().set(pluginA.name, pluginA).set(pluginB.name, pluginB)

Expand Down
2 changes: 2 additions & 0 deletions test/config/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ describe('Config', () => {
valid: true,
tag: 'tag',
moduleType: 'commonjs',
hasManifest: false,
}

const pluginB: IPlugin = {
Expand All @@ -305,6 +306,7 @@ describe('Config', () => {
valid: true,
tag: 'tag',
moduleType: 'commonjs',
hasManifest: false,
}
const plugins = new Map().set(pluginA.name, pluginA).set(pluginB.name, pluginB)
let test = fancy
Expand Down

0 comments on commit 15b8f75

Please sign in to comment.