Skip to content

Commit

Permalink
chore(dist): add typings.json, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Apr 20, 2019
1 parent 9ba6ef3 commit 56f9959
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
22 changes: 9 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,20 @@ To build the code, follow these steps.

To run the unit tests, first ensure that you have followed the steps above in order to install all dependencies and successfully build the library. Once you have done that, proceed with these additional steps:

1. Ensure that the [Karma](http://karma-runner.github.io/) CLI is installed. If you need to install it, use the following command:
1. Run the test script:

```shell
npm install -g karma-cli
```
2. Ensure that [jspm](http://jspm.io/) is installed. If you need to install it, use the following commnand:

```shell
npm install -g jspm
npm run test
```
3. Install the client-side dependencies with jspm:

```shell
jspm install
2. With watch options to rerun the test (headless):

```
npm run test:watch
```

4. You can now run the tests with this command:
3. With watch options to rerun the test (with browser):

```shell
karma start
```
npm run test:debugger
```
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"url": "http://github.com/aurelia/router"
},
"files": [
"dist"
"dist",
"typings.json"
],
"scripts": {
"start": "npm run dev -- --format es2015",
Expand Down

0 comments on commit 56f9959

Please sign in to comment.