test: fix ESLint (remove unused imports)
This commit is contained in:
parent
f56978edb2
commit
2b94fa2e30
|
|
@ -14,9 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import http from 'http';
|
|
||||||
import { browserTest as it, expect } from '../config/browserTest';
|
import { browserTest as it, expect } from '../config/browserTest';
|
||||||
import type net from 'net';
|
|
||||||
|
|
||||||
it.skip(({ mode }) => mode.startsWith('service'));
|
it.skip(({ mode }) => mode.startsWith('service'));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue