From 6e2c1e9b98f4aead193dcc84b76019e7468164b4 Mon Sep 17 00:00:00 2001 From: Sehrope Sarkuni Date: Sat, 12 Aug 2017 07:54:11 -0400 Subject: [PATCH] Removes extra 'use strict' --- test/integration/client/promise-api-tests.js | 1 - test/suite.js | 1 - 2 files changed, 2 deletions(-) diff --git a/test/integration/client/promise-api-tests.js b/test/integration/client/promise-api-tests.js index d0613260..80337c4a 100644 --- a/test/integration/client/promise-api-tests.js +++ b/test/integration/client/promise-api-tests.js @@ -1,5 +1,4 @@ 'use strict' -'use strict' const helper = require('./test-helper') const pg = helper.pg diff --git a/test/suite.js b/test/suite.js index 5de9b281..72a4fdcb 100644 --- a/test/suite.js +++ b/test/suite.js @@ -1,5 +1,4 @@ 'use strict' -'use strict' const async = require('async')