- Mastering JavaScript Functional Programming
- Federico Kereki
- 56字
- 2021-07-02 22:41:08
Testing
We will also touch on testing, which is, after all, one of FP's main advantages. For that, we will be using Jasmine (https://jasmine.github.io/), though we could also opt for Mocha (http://mochajs.org/).
You can run Jasmine test suites with a runner such as Karma (https://karma-runner.github.io), but I opted for standalone tests; see https://github.com/jasmine/jasmine#installation for details.
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- Visual Basic程序設計實驗指導(第4版)
- Java軟件開發基礎
- Android底層接口與驅動開發技術詳解
- OpenMP核心技術指南
- Python開發基礎
- 物聯網系統架構設計與邊緣計算(原書第2版)
- Beginning C# 7 Hands-On:The Core Language
- 精益軟件開發管理之道
- JBoss AS 7 Development
- C# 10核心技術指南
- Swift iOS Programming for Kids
- Access 2016數據庫應用與開發:實戰從入門到精通(視頻教學版)
- Alfresco for Administrators
- 嵌入式Linux與物聯網軟件開發:C語言內核深度解析