Skip to content

Commit e56bcd5

Browse files
Update README.md
1 parent 916d874 commit e56bcd5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ Information on Typescript module files here [NodeJS TypeScript](https://nodejs.o
66

77
Add ```"jasmine"
88
"jasmine-browser-runner"
9-
"typescript"```
10-
11-
to your package.json
9+
"typescript"``` to your package.json
1210

1311
then `npm install`
1412

@@ -18,7 +16,7 @@ If you are adding this into an existing project then you will need the tsconfig.
1816

1917
`npm test` to run the tests in the console for example in CI.
2018

21-
`npx jasmine-browser-runner serve`
19+
`npx jasmine-browser-runner serve` to run the tests in the browser runner
2220

2321
If everything is running fine you should see Jasmine Browser Runner at localhost:8888
2422

0 commit comments

Comments
 (0)