From 2be6e935a48e8afad58fec475e60705a0203c00b Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Sat, 26 Aug 2017 01:10:50 +0200 Subject: [PATCH] fix lint in xml tests --- test/y-xml.tests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/y-xml.tests.js b/test/y-xml.tests.js index 3a24d5e8..3f154516 100644 --- a/test/y-xml.tests.js +++ b/test/y-xml.tests.js @@ -1,5 +1,5 @@ -import { wait, initArrays, compareUsers, Y, flushAll, garbageCollectUsers, applyRandomTests } from '../../yjs/tests-lib/helper.js' -import { test, proxyConsole } from 'cutest' +import { wait, initArrays, compareUsers, Y, flushAll, applyRandomTests } from '../../yjs/tests-lib/helper.js' +import { test } from 'cutest' test('set property', async function xml0 (t) { var { users, xml0, xml1 } = await initArrays(t, { users: 2 })