Skip to content

Raynos/testem-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testem node

Connect to a testem server and run the unit tests in node.js

Example

var testemNode = require("testem-node")

testemNode(
    port: 7357
    , host: "localhost"
    , command: "tap"
    , args: ["--tap", "test"]
})

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published