From f58ee987f0c18e7d43a7362aa77d74930475db48 Mon Sep 17 00:00:00 2001 From: ido Date: Thu, 29 Jun 2017 11:08:52 +0300 Subject: [PATCH] fix lint --- test/src/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/test.js b/test/src/test.js index c0720a4..4395764 100644 --- a/test/src/test.js +++ b/test/src/test.js @@ -3,7 +3,7 @@ const test = require('tape') const path = require('path') const dataPath = path.resolve(__dirname, '..', 'data') -const specs = ['rt.invalid', 'rt.valid', 'rt-html-valid', 'utils', 'shell', 'rtStyle', 'fsUtil']; +const specs = ['rt.invalid', 'rt.valid', 'rt-html-valid', 'utils', 'shell', 'rtStyle', 'fsUtil'] specs .map(file => require(`./${file}.spec`))