From 8da98ce75a27d36343ecdf56a26fd0187f303679 Mon Sep 17 00:00:00 2001 From: NGPixel Date: Sat, 12 Aug 2017 17:24:03 -0400 Subject: [PATCH] fix: puglint path --- test/lint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lint.js b/test/lint.js index 6b66414c..0a8f91bf 100644 --- a/test/lint.js +++ b/test/lint.js @@ -69,7 +69,7 @@ describe('Code Linting', () => { it('should pass PugLint validation', () => { const PugLint = require('pug-lint') const lint = new PugLint() - const pugConfig = fs.readJsonSync('tools/.pug-lintrc.json') + const pugConfig = fs.readJsonSync('tools/pug-lintrc.json') lint.configure(pugConfig) let report = lint.checkPath('./server/views') expect(report).toPugLint()