From df3bccc48810375a3ffee827ccb168f95d9ba351 Mon Sep 17 00:00:00 2001 From: Behind The Math Date: Mon, 8 Jan 2018 17:03:27 -0500 Subject: [PATCH] Fix lint error --- tests/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/index.js b/tests/index.js index e025786..120fe61 100644 --- a/tests/index.js +++ b/tests/index.js @@ -1,6 +1,6 @@ var jsdomOptions = { url: "https://example.org/", - runScripts: 'dangerously' + runScripts: "dangerously" } require("jsdom-global")("", jsdomOptions)