debunk 发表于 2025-3-25 04:07:21

Automatically Discovering Test FilesUp to this point, our tests have had to exist within the . file. This is not ideal. Surely we want the ability to place our test suites wherever we want.

Seizure 发表于 2025-3-25 10:50:04

http://reply.papertrans.cn/20/1916/191559/191559_22.png

有毛就脱毛 发表于 2025-3-25 15:26:17

http://reply.papertrans.cn/20/1916/191559/191559_23.png

Comedienne 发表于 2025-3-25 19:23:57

http://reply.papertrans.cn/20/1916/191559/191559_24.png

发表于 2025-3-25 23:18:36

Shared ExamplesWith our test runner in an extremely functional state, it’s time to look at some more interesting features.

服从 发表于 2025-3-26 03:28:43

Skipping TestsThis chapter contains an implementation for a new modifier function that is invaluable when using automated tests as part of your daily workflow: the ability to skip tests.

修改 发表于 2025-3-26 06:39:40

http://reply.papertrans.cn/20/1916/191559/191559_27.png

一致性 发表于 2025-3-26 12:31:24

Deep Equality and Constraining MatchersJavaScript is one of many languages that makes it easy to create object-like map structures with expressive syntax:............

使隔离 发表于 2025-3-26 13:19:20

http://reply.papertrans.cn/20/1916/191559/191559_29.png

concentrate 发表于 2025-3-26 18:20:47

http://reply.papertrans.cn/20/1916/191559/191559_30.png
页: 1 2 [3] 4 5 6
查看完整版本: Titlebook: Build Your Own Test Framework; A Practical Guide to Daniel Irvine Book 2023 Daniel Irvine 2023 Unit Test.Automated Testing.Jest.JavaScript.