mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
var assert = require("assert");
|
|
describe("www", function(){
|
|
it("xxxxxxx", function(){
|
|
assert.equal(1, 1);
|
|
})
|
|
}) |