qunit-wait-for:等待QUnit断言

时间:2024-02-25 16:48:24
【文件属性】:

文件名称:qunit-wait-for:等待QUnit断言

文件大小:95KB

文件格式:ZIP

更新时间:2024-02-25 16:48:24

testing ember emberjs qunit EmberTypeScript

qunit-wait-for 等待QUnit断言 安装 安装依赖项: yarn add -D qunit-wait-for 然后在您JavaScript代码中添加以下内容: import QUnit from "qunit" ; import { installWaitFor } from "qunit-wait-for" ; installWaitFor ( QUnit ) ; 如果您使用的是Ember,则该代码段的正确位置是tests/test-helper.js 。 它有什么作用? UI测试中的一种常见模式是在进行测试之前需要等待某些条件得到满足的想法。 通常,我们进行一些设置


【文件预览】:
qunit-wait-for-master
----package.json(1KB)
----.github()
--------dependabot.yml(155B)
--------workflows()
----.prettierignore(51B)
----tests()
--------wait-for-test.js(2KB)
----CONTRIBUTING.md(1KB)
----src()
--------wait-until.ts(1KB)
--------index.ts(1KB)
----tsconfig.json(107B)
----.gitignore(51B)
----CHANGELOG.md(3KB)
----README.md(4KB)
----yarn.lock(225KB)
----.vscode()
--------launch.json(466B)

网友评论