Can't find module '../../../test-helpers'
yceballost opened this issue · 0 comments
yceballost commented
Hi!
I am trying this wonderful package but I can't get to import rules from this repo to the template, I don't really know (I was looking the documentation but I couldn't find anything about that)
When I run yarn test --watch
with some of the rules imported this message appear.
FAIL src/rules/artboards-grid/__tests__/index.ts
● Test suite failed to run
src/rules/artboards-grid/__tests__/index.ts:1:26 - error TS2307: Cannot find module '../../../test-helpers'.
1 import { testRule } from '../../../test-helpers'
Probably I am doing something wrong xD
Thanks!