Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は一般的に Hapi.js と node.js に不慣れで、いくつかのテストをコーディングしようとすると問題が発生します。
プロジェクトの構造:
「npm test」を実行すると、次の出力が表示されます。これを修正するにはどうすればよいですか?:
前もって感謝します!
testスクリプトを次のように変更しますpackage.json。
test
package.json
"test": "lab -c"