Skip to content
Snippets Groups Projects
Commit b99dc759 authored by syuilo's avatar syuilo
Browse files

[Test] Fix test

parent ca68cbf7
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ gulp.task('lint', () =>
gulp.task('mocha', () =>
gulp.src([])
.pipe(mocha({
compilers: 'ts:ts-node/register'
//compilers: 'ts:ts-node/register'
} as any))
);
......
This diff is collapsed.
/**
* it Tests!
*/
const assert = require('assert');
const _it = require('../built/api/it').default;
/*
describe('it', () => {
it('it must be a string', () => {
const [val, err] = _it(42).must.be.a.string().qed();
assert.eql
});
});
*/
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment