forked from andrewagain/javascriptstuff-db
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-utilities.js
More file actions
24 lines (24 loc) · 1.09 KB
/
test-utilities.js
File metadata and controls
24 lines (24 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module.exports = {
key: "test-utilities",
name: "Test Utilities",
description: "Tools that help you test your app.",
aka: ["test frameworks", "test tools"],
tags: [],
projects: [
{ url: "https://github.com/facebook/jest", tags: ["runner"] },
{ url: "https://github.com/Raathigesh/majestic" },
{ url: "https://github.com/cypress-io/cypress" },
{ url: "https://github.com/mochajs/mocha" },
{ url: "https://github.com/airbnb/enzyme", tags: ["react"] },
{ url: "https://github.com/nathanboktae/mocha-phantomjs" },
{ url: "https://github.com/dareid/chakram" },
{ url: "https://github.com/karma-runner/karma", tags: ["runner"] },
{ url: "https://github.com/vue-play/vue-play", tags: ["vue"] },
{ url: "https://github.com/storybooks/storybook", tags: ["react"] },
{ url: "https://github.com/chaijs/chai" },
{ url: "https://github.com/domenic/chai-as-promised" },
{ url: "https://github.com/domenic/sinon-chai" },
{ url: "https://github.com/react-cosmos/react-cosmos", tags: ["react"] },
{ url: "https://github.com/avajs/ava", tags: ["runner"] },
],
};