From 0e14ad50dbbedc42d2adf2fbfd58976187807477 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Wed, 2 Oct 2019 16:34:15 +0100 Subject: [PATCH] fix eslint check --- services/spelling/test/unit/js/ASpellWorkerTests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/spelling/test/unit/js/ASpellWorkerTests.js b/services/spelling/test/unit/js/ASpellWorkerTests.js index fa66f2ac05..381d5ad468 100644 --- a/services/spelling/test/unit/js/ASpellWorkerTests.js +++ b/services/spelling/test/unit/js/ASpellWorkerTests.js @@ -11,7 +11,7 @@ */ const sinon = require('sinon') const chai = require('chai') -const { should, expect, assert } = chai +const { expect } = chai const SandboxedModule = require('sandboxed-module') const EventEmitter = require('events')