We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916d874 commit e56bcd5Copy full SHA for e56bcd5
README.md
@@ -6,9 +6,7 @@ Information on Typescript module files here [NodeJS TypeScript](https://nodejs.o
6
7
Add ```"jasmine"
8
"jasmine-browser-runner"
9
- "typescript"```
10
-
11
-to your package.json
+ "typescript"``` to your package.json
12
13
then `npm install`
14
@@ -18,7 +16,7 @@ If you are adding this into an existing project then you will need the tsconfig.
18
16
19
17
`npm test` to run the tests in the console for example in CI.
20
21
-`npx jasmine-browser-runner serve`
+`npx jasmine-browser-runner serve` to run the tests in the browser runner
22
23
If everything is running fine you should see Jasmine Browser Runner at localhost:8888
24
0 commit comments