File: buster.js

package info (click to toggle)
node-lolex 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 620 kB
  • sloc: makefile: 7; sh: 5
file content (9 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
exports.Browsers = {
    sources: ["lib/bane.js"],
    tests: ["test/bane-test.js"]
};

exports.Node = {
    extends: "Browsers",
    environment: "node"
};