mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
7 lines
128 B
TypeScript
7 lines
128 B
TypeScript
import chai = require('chai');
|
|
import jsxChai = require('jsx-chai');
|
|
|
|
function testUseJsxChai() {
|
|
chai.use(jsxChai.jsxChai);
|
|
}
|