You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.
Run npm test from root. Should appear an error like:
FAIL packages/clay-button/src/__tests__/ClayButton.js
Test suite failed to run
Cannot find module './ClayButton.soy.js' from 'ClayButton.js'
at Resolver.resolveModule (node_modules/jest-resolve/build/index.js:179:17)
at Object.<anonymous> (packages/clay-select/src/ClayButton.js:7:22)
That's because ClayButton.soy.js wasn't generated due build errors, but nothing warns you about those errors at least you run npm run build inside the package.
Compiling soy
Error in plugin 'metal-tools-soy'
Message:
Compile error:
errors during Soy compilation
src/ClayButton.soy:6: error: Param 'notUsedParam' unused in template body.
{template .render}
^
1 error
The text was updated successfully, but these errors were encountered:
When running npm test first action executed is lerna run soy. If there're any soy errors they won't show up in console. i.e:
packages/clay-button/src/ClayButton.soy
npm test
from root. Should appear an error like:ClayButton.soy.js
wasn't generated due build errors, but nothing warns you about those errors at least you runnpm run build
inside the package.The text was updated successfully, but these errors were encountered: