Skip to content

Commit

Permalink
Merge pull request #191 from garden-io/fix-lint-errors
Browse files Browse the repository at this point in the history
chore: fix more linting errors in tests
  • Loading branch information
thsig authored Jul 2, 2018
2 parents d329f0c + e500620 commit 03b5868
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion test/setup.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as td from "testdouble"
import { Module } from "../src/types/module"
import { RootLogNode } from "../src/logger/logger"
import { LogLevel } from "../src/logger/types"

Expand Down
5 changes: 1 addition & 4 deletions test/src/plugin-context.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { expect } from "chai"
import { PluginContext } from "../../src/plugin-context"
import {
expectError,
makeTestContextA,
} from "../helpers"
import { expectError } from "../helpers"
import { getNames } from "../../src/util/util"
import { Garden } from "../../src/garden"
import { makeTestGardenA } from "../helpers"
Expand Down
4 changes: 0 additions & 4 deletions test/src/tasks/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import { expect } from "chai"
import { resolve } from "path"
import { TestTask } from "../../../src/tasks/test"
import * as td from "testdouble"
import {
NEW_MODULE_VERSION,
ModuleVersion,
} from "../../../src/vcs/base"
import {
dataDir,
makeTestGarden,
Expand Down
1 change: 0 additions & 1 deletion test/src/types/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
dataDir,
makeTestContextA,
makeTestContext,
makeTestGardenA,
} from "../../helpers"
import { expect } from "chai"
import { loadConfig } from "../../../src/types/config"
Expand Down

0 comments on commit 03b5868

Please sign in to comment.