From 1eeb94950d8aa3d995fc1930c8517a81670f1ded Mon Sep 17 00:00:00 2001 From: t-kelly Date: Tue, 11 Sep 2018 11:48:43 -0400 Subject: [PATCH] Reword test for 'themelint.bin' config --- packages/slate-tools/tools/theme-lint/__tests__/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/slate-tools/tools/theme-lint/__tests__/index.test.js b/packages/slate-tools/tools/theme-lint/__tests__/index.test.js index 9765b37fc..c8f151b9b 100644 --- a/packages/slate-tools/tools/theme-lint/__tests__/index.test.js +++ b/packages/slate-tools/tools/theme-lint/__tests__/index.test.js @@ -7,7 +7,7 @@ describe('themelint()', () => { execSync.mockClear(); }); - test('executes the themelint bin from slate-tools/node-modules directory', () => { + test(`executes the themelint bin specified in 'themelint.bin' config`, () => { const {themelint} = require('../index'); const SlateConfig = require('@shopify/slate-config'); const config = new SlateConfig(require('../../../slate-tools.schema'));