-
Updated
Feb 6, 2021 - JavaScript
qunit
Here are 92 public repositories matching this topic...
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Feb 7, 2021 - JavaScript
-
Updated
Feb 5, 2021 - TypeScript
-
Updated
May 20, 2020 - JavaScript
-
Updated
Apr 5, 2020
-
Updated
Oct 9, 2020 - JavaScript
There is a getting started guide that covers the basics for the Node and Browser use cases.
In qunitjs/qunitjs.com@0a70d75, I've added a dedicated page for the QUnit CLI with Node.
This ticket is to create a similar page for the Browser runner as well.
It could cover:
- How to include qunit.js from node_modules (ref https://git
-
Updated
Apr 6, 2020 - JavaScript
-
Updated
Dec 2, 2018 - JavaScript
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Feb 6, 2021 - JavaScript
propEqual (docs) is for the strict-equality comparing of own properties of two objects. When the actual value is a string, for example, it can act in somewhat unexpected ways.
For example:
const actual = 'fuh';
assert.propEqual(actual, 'foo');severity: failed
actual: {
"0": "f",
"1": "u",
"2": "h"
}
expected: {
-
Updated
Jun 13, 2017 - CSS
-
Updated
Jan 21, 2021 - TypeScript
-
Updated
Feb 11, 2018 - JavaScript
-
Updated
Jan 15, 2019 - JavaScript
-
Updated
Feb 17, 2018 - JavaScript
-
Updated
Dec 12, 2020 - MATLAB
-
Updated
Sep 10, 2019 - JavaScript
-
Updated
Oct 31, 2016 - JavaScript
-
Updated
Jul 18, 2020 - JavaScript
-
Updated
Feb 18, 2018 - JavaScript
-
Updated
Nov 24, 2019 - JavaScript
Improve this page
Add a description, image, and links to the qunit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the qunit topic, visit your repo's landing page and select "manage topics."
Users of TypeScript currently rely on external types provided on our behalf at https://github.com/DefinitelyTyped/DefinitelyTyped. This ticket is to track effort to bring these into our repository and publish them to npm as part of the
qunitpackage.Ref DefinitelyTyped/DefinitelyTyped#49911.
Ref https://twitter.com/_developit/status/1341237211799367681.