Skip to content

overloadedargs/typescript_jasmine

Repository files navigation

Typescript Jasmine Test Harness

Information on Typescript module files here NodeJS TypeScript.

Installation

Add "jasmine", "jasmine-browser-runner", "typescript" to your package.json

then npm install

If you are adding this into an existing project then you will need the tsconfig.json

Running

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

npx jasmine-browser-runner serve to run the tests in the browser runner

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

Jasmine Test Runner "Jasmine Browser Runner"

About

Typescript, Jasmine & Jasmine Test Runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published