Skip to content

Commit

Permalink
Initial reunion of main projects
Browse files Browse the repository at this point in the history
* Add development note to README
* Use cli as main intern UI
* Unit tests pass in node
* Simplify lint script
  • Loading branch information
jason0x43 committed Jan 13, 2020
1 parent 9fbeaa9 commit cb87b84
Show file tree
Hide file tree
Showing 245 changed files with 222,529 additions and 75,872 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ _examples/
_tests/
_publish/
src/**/*.js
selenium-standalone/
benchmark.json
baselines.json
baseline.json
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Software testing for humans

<!-- end-github-only -->

> ⚠️ This documentation is for the development version of Intern. For the
> current release version, go
> [here](//https://github.com/theintern/intern/tree/4.7).
Intern is a complete test system for JavaScript designed to help you write and
run consistent, high-quality test cases for your JavaScript libraries and
applications. It can be used to test _any_ JavaScript code.
Expand Down
Loading

0 comments on commit cb87b84

Please sign in to comment.