UNPKG
pivot
Version:
latest (0.1.0)
0.1.0
0.0.1
Simple feature, multi-variant and A/B testing
pivot
/
example
/
node_modules
/
startup
/
test
/
index.js
11 lines
(8 loc)
•
295 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
describe
("startup(
1
)",
function
() {
it
("should start an express
3
.x app");
it
("should start an express
2
.x app");
it
("should start an connect
2
.x app");
it
("should start an connect
1
.x app");
it
("should start an HTTPServer app");
it
("should handle request errors in domains"); });