aeternity / aeproject

Testing framework for Sophia Smart Contract development.
https://docs.aeternity.com/aeproject
ISC License
28 stars 18 forks source link

missing default includes in `utils.getFilesystem` #440

Closed marc0olo closed 2 years ago

marc0olo commented 2 years ago

for some reason Set.aes is missing. maybe we also miss other includes, too. I didn't notice back then in the https://github.com/aeternity/ga-multisig-contract repository because I had no other included files:

Error: File to include 'Set.aes' not found.
      at Object.getFilesystem (node_modules/@aeternity/aeproject/src/lib/utils.js:42:13)
      at Context.<anonymous> (test/collectionUniqueNFTsTest.js:22:30)
      at processTicksAndRejections (node:internal/process/task_queues:96:5)