Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #743 from Shopify/themelint-config-test
Browse files Browse the repository at this point in the history
Themelint config test
  • Loading branch information
t-kelly authored Sep 11, 2018
2 parents b0a7191 + 1eeb949 commit c9dde0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit c9dde0e

Please sign in to comment.