Slide 92
Slide 92 text
Jest ユニットテスト
下記のように、デバッグモードでユニットテストを実行した結果が表示されます。
92
/root/workspace/azure-static-web-apps-liff/api/test/unit.test.ts -t "check filename"
--runInBand
Debugger listening on ws://127.0.0.1:46353/876fc01a-8b85-4bdd-8a42-e195cd8e4be4
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
PASS test/unit.test.ts (5.378 s)
✓ check filename (4122 ms)
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 6.754 s, estimated 13 s