File: example_test.js

package info (click to toggle)
node-nodeunit 0.11.3%2Bds-5~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,076 kB
  • sloc: javascript: 3,323; makefile: 141
file content (4 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (5)
1
2
3
4
exports['example test'] = function (test) {
    test.ok(true);
    test.done();
};