|
22 | 22 | "babel-plugin-external-helpers": "^6.22.0", |
23 | 23 | "babel-preset-env": "^1.6.1", |
24 | 24 | "browser-sync": "2.x", |
| 25 | + "chai": "^4.2.0", |
25 | 26 | "cheerio": "^1.0.0-rc.2", |
26 | 27 | "clean-css": "^4.1.9", |
27 | 28 | "eslint": "4.x", |
28 | 29 | "eslint-loader": "2.x", |
| 30 | + "esm": "^3.0.84", |
29 | 31 | "express": "^4.16.3", |
30 | 32 | "front-matter": "^2.2.0", |
31 | 33 | "fs-extra": "6.x", |
32 | 34 | "gh-pages": "^1.0.0", |
33 | 35 | "globby": "8.x", |
34 | 36 | "highlight.js": "^9.12.0", |
35 | 37 | "jsdoc": "^3.5.5", |
| 38 | + "jsdom": "^12.2.0", |
36 | 39 | "json5": "1.x", |
37 | 40 | "less": "2.x", |
38 | 41 | "less-loader": "^4.0.5", |
39 | 42 | "lodash": "^4.17.4", |
| 43 | + "mocha": "^5.2.0", |
40 | 44 | "moment": "^2.18.1", |
41 | 45 | "nunjucks": "^3.0.1", |
| 46 | + "nyc": "^13.0.1", |
42 | 47 | "raw-loader": "^0.5.1", |
43 | 48 | "rollup": "0.60", |
44 | 49 | "rollup-plugin-babel": "^3.0.2", |
|
49 | 54 | "rollup-plugin-node-resolve": "^3.0.0", |
50 | 55 | "rollup-plugin-uglify": "4.x", |
51 | 56 | "rollup-pluginutils": "^2.0.1", |
| 57 | + "sinon": "^6.3.5", |
| 58 | + "sinon-chai": "^3.2.0", |
52 | 59 | "svg-inline-loader": "^0.8.0", |
53 | 60 | "tar": "^4.4.4", |
54 | 61 | "uglify-es": "^3.2.2", |
|
60 | 67 | "clean": "rm -fr node_modules", |
61 | 68 | "clean:public": "bin/cleanPublic.js", |
62 | 69 | "compile": "bin/compile.js", |
| 70 | + "test:coverage": "nyc --reporter=lcov mocha", |
63 | 71 | "pregenerate": "yarn compile", |
64 | 72 | "generate": "bin/generate.js", |
65 | 73 | "preghpages": "yarn generate", |
|
73 | 81 | "serve": "bin/serve.js", |
74 | 82 | "prestart": "yarn clean:public && yarn generate", |
75 | 83 | "start": "bin/start.js", |
| 84 | + "test:unit": "mocha test/run_unit.js", |
76 | 85 | "test": "cd test; yarn test" |
77 | 86 | }, |
78 | 87 | "repository": "https://github.com/rackerlabs/helix-ui.git", |
|
81 | 90 | "Andrew Yurisich", |
82 | 91 | "Cathy Siller", |
83 | 92 | "Evan Nabors", |
| 93 | + "Shaleen Agarwal", |
84 | 94 | "Steven Salinas", |
85 | 95 | "Ty Taylor" |
86 | 96 | ], |
|
0 commit comments