diff --git a/system-test/kitchen.test.ts b/system-test/kitchen.test.ts index 44b810f343..5cf5ccefab 100644 --- a/system-test/kitchen.test.ts +++ b/system-test/kitchen.test.ts @@ -1,3 +1,5 @@ +/* eslint-disable no-undef */ + // Copyright 2017 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +20,7 @@ import * as mv from 'mv'; import {ncp} from 'ncp'; import {promisify} from 'util'; import * as tmp from 'tmp'; -import {describe, it, afterEach} from 'mocha'; +//import {describe, it, afterEach} from 'mocha'; const mvp = promisify(mv); const ncpp = promisify(ncp);