UNPKG
doremi-script
Version:
latest (0.0.3-pre)
0.0.3-pre
Letter music notation processor
ragapedia.com
rothfield/doremi
doremi-script
/
lib
/
doremi-script
/
nodeunit_test.js
7 lines
(6 loc)
•
124 B
JavaScript
View Raw
1
2
3
4
5
6
7
(
function
(
) {
exports
.
test_something
=
function
(
test
) { test.
equal
(
2
,
2
);
return
test.
done
(); }; }).
call
(
this
);