kopia lustrzana https://github.com/c9/core
11 wiersze
229 B
JavaScript
11 wiersze
229 B
JavaScript
![]() |
#!/usr/bin/env node
|
||
|
"use strict";
|
||
|
"use server";
|
||
|
|
||
|
|
||
|
require("c9/inline-mocha")(module);
|
||
|
|
||
|
describe(__filename, function() {
|
||
|
setTimeout(4000);
|
||
|
it("should analyze 'hints.js'", require('./framework').buildTest("hints.js"));
|
||
|
});
|