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 Feb 26, 2024. It is now read-only.
When running truffle test, if an empty folder exists in the test directory it will fail with
TypeError: Cannot read property 'files' of undefined
at subloop (/Users/tyler/.nvm/versions/node/v8.16.0/lib/node_modules/truffle/build/webpack:/~/node-dir/lib/paths.js:92:1)
at /Users/tyler/.nvm/versions/node/v8.16.0/lib/node_modules/truffle/build/webpack:/~/node-dir/lib/paths.js:107:1
at onDirRead (/Users/tyler/.nvm/versions/node/v8.16.0/lib/node_modules/truffle/build/webpack:/~/node-dir/lib/path
.......
........
The text was updated successfully, but these errors were encountered:
When running
truffle test
, if an empty folder exists in the test directory it will fail withThe text was updated successfully, but these errors were encountered: