From 29d94e72cf550d66d5ab13bc380bfa90b8ba3ad3 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Wed, 21 Nov 2018 21:01:21 +0200 Subject: [PATCH] Update isNegativeZero.test.js --- test/isNegativeZero.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/isNegativeZero.test.js b/test/isNegativeZero.test.js index 963693a43..1c9141441 100644 --- a/test/isNegativeZero.test.js +++ b/test/isNegativeZero.test.js @@ -1,5 +1,5 @@ const expect = require('expect'); -const { isNegativeZero } = require('._30s.js'); +const { isNegativeZero } = require('./_30s.js'); test('isNegativeZero is a Function', () => { expect(isNegativeZero).toBeInstanceOf(Function);