@ test-ui / qunit
对QUnit的支持。
设置
npm install @test-ui/qunit
采用
客户端
import { IFrameConnectionClient } from '@test-ui/core' ;
import { QUnitTestClient } from '@test-ui/qunit' ;
// Set the client up
const client = new QUnitTestClient ( {
// Make sure to disable the client when it running in a test environment
enabled : config . environment === 'development' ,
connection : new IFrameConnectionCl
评论0
最新资源