Skip to content

Commit

Permalink
chore: init
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Oct 20, 2022
1 parent 7d9908b commit 2b09e37
Show file tree
Hide file tree
Showing 20 changed files with 63 additions and 536 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ spm_modules
.cache
dist
tests/*.css
yarn.lock
yarn.lock
lib/
es/
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# rc-tools
# rc-test

test for react component

## Usage

```
$ rc-test run karma: run karma tests
$ rc-test run karma --single-run: run karma tests single run
$ rc-test run saucelabs: run saucelabs tests
$ rc-test run chrome-test: run browser-test in chrome
$ rc-test run test: run test in phantomjs
$ rc-test run coverage: run test coverage in phantomjs
$ rc-test
```
2 changes: 0 additions & 2 deletions bin/rc-test-run.js

This file was deleted.

2 changes: 1 addition & 1 deletion bin/rc-test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node

require('../lib/cli/');
require('../lib/');
79 changes: 0 additions & 79 deletions lib/checkDep.js

This file was deleted.

34 changes: 0 additions & 34 deletions lib/cli/index.js

This file was deleted.

25 changes: 0 additions & 25 deletions lib/cli/run.js

This file was deleted.

57 changes: 0 additions & 57 deletions lib/getKarmaCommonConfig.js

This file was deleted.

22 changes: 0 additions & 22 deletions lib/getKarmaConfig.js

This file was deleted.

62 changes: 0 additions & 62 deletions lib/gulpfile.js

This file was deleted.

10 changes: 0 additions & 10 deletions lib/karma.chrome.conf.js

This file was deleted.

13 changes: 0 additions & 13 deletions lib/karma.conf.js

This file was deleted.

15 changes: 0 additions & 15 deletions lib/karma.phantomjs.conf.js

This file was deleted.

Loading

0 comments on commit 2b09e37

Please sign in to comment.