文件名称:js-test-basic:JavaScript Test 基础训练
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-08 02:08:50
JavaScript
#JavaScript Test 基础训练 作为一个Professional程序员,你能接受没有测试的库么? 重构代码最大的挑战是没有测试,当你面对一坨的代码的时候,你会如何下手? 当然是先写测试了~~,先试试写写基本的测试。 这次的Task是对一个类进行测试,测试所需要的覆盖率是100%; ##Augment 简介 The world's smallest and fastest classical JavaScript inheritance pattern, augment, is a seven line function which allows you to write CoffeeScript style classes with a flair of simplicity; and it still beats the bejesus out of other JavaSc
【文件预览】:
js-test-basic-master
----.jshintrc(267B)
----.gitattributes(11B)
----LICENSE.txt(1KB)
----Gruntfile.js(2KB)
----src()
--------main.js(127B)
--------_outro.js(10B)
--------augment.js(2KB)
--------_intro.js(45B)
----.codeclimate.yml(89B)
----specs()
--------augment-spec.js(318B)
----.travis.yml(136B)
----README.md(3KB)
----.editorconfig(214B)
----.gitignore(140B)
----package.json(763B)