Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 249 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 249 Bytes

JS进阶集合练习

使用简介

1.�运行所有测试

npm test

2.运行某个文件夹下的测试

npm run test-single specs/filter/

3.运行单个�文件的测试

npm run test-single specs/filter/choose_even_spec.js