kopia lustrzana https://github.com/c9/core
17 wiersze
347 B
Plaintext
17 wiersze
347 B
Plaintext
![]() |
"use strict";
|
||
|
require("./support/paths");
|
||
|
|
||
|
var assert = require("assert");
|
||
|
//var module = require("./module");
|
||
|
|
||
|
module.exports = {
|
||
|
|
||
|
"test untitled 1" : function() {
|
||
|
//assert.equal(!true, false);
|
||
|
}
|
||
|
|
||
|
};
|
||
|
|
||
|
if (typeof module !== "undefined" && module === require.main) {
|
||
|
require("asyncjs").test.testcase(module.exports).exec()
|
||
|
}
|