File: test.js

package info (click to toggle)
node-applause 1.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: sh: 14; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (2)
1
2
3
4
5
'use strict';

Tinytest.add('applause.is', function (test) {
  test.isNotNull(Applause);
});