From 85a4b5272a89ad53a0e5bbd81c38c44f21be6021 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 23 Nov 2018 16:21:30 -0500 Subject: [PATCH] remove unused imports --- test/runtime/index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/runtime/index.js b/test/runtime/index.js index ede6e5d478..9db59e7f8e 100644 --- a/test/runtime/index.js +++ b/test/runtime/index.js @@ -1,8 +1,6 @@ import assert from "assert"; -import chalk from 'chalk'; import * as path from "path"; import * as fs from "fs"; -import * as acorn from "acorn"; import { rollup } from 'rollup'; import virtual from 'rollup-plugin-virtual'; import { transitionManager } from "../../internal.js"; @@ -12,8 +10,7 @@ import { loadConfig, loadSvelte, env, - setupHtmlEqual, - spaces + setupHtmlEqual } from "../helpers.js"; const main = path.resolve('index.js');