MetaMask / snaps-cli

A CLI for developing MetaMask plugins.
ISC License
38 stars 26 forks source link

A Thread of Utils Unit Test Issues #78

Closed astarinmymind closed 3 years ago

astarinmymind commented 3 years ago

validateOutfileName:

astarinmymind commented 3 years ago

validateOutfileName:

  • doesn't throw when given .js
  • should probably give more specific error message that any file not ending in .js will be rejected

Solved in this PR: https://github.com/MetaMask/snaps-cli/pull/82