qunitjs.com icon indicating copy to clipboard operation
qunitjs.com copied to clipboard

QUnit website.

Results 10 qunitjs.com issues
Sort by recently updated
recently updated
newest added

Another one for the "Integrations" section (ref https://github.com/qunitjs/qunitjs.com/issues/42), we can promote use of [SinonJS](https://sinonjs.org/). Perhaps a very plain and simple way, could be like so: ```js const { test }...

Type: New content
help welcome

There is a getting started guide that covers the basics for the Node and Browser use cases. In https://github.com/qunitjs/qunitjs.com/commit/0a70d75535c8f5f75b388d9f78bc7250793b20d8, I've added a dedicated page for the QUnit CLI with Node....

Type: New content
good first issue

I currently use one of two approaches. 1. Existing demo with console hackery: * https://qunitjs.com/ * Open "Browser Result" frame as its own tab (e.g. right-click view iframe, or cmd-click...

Type: New content
help welcome

[![Tested with QUnit](https://img.shields.io/badge/tested_with-qunit-9c3493.svg)](https://qunitjs.com/) ``` [![Tested with QUnit](https://img.shields.io/badge/tested_with-qunit-9c3493.svg)](https://qunitjs.com/) ```

Type: New content

## Tell us about your runtime: * **QUnit version**: 2.6.1 * **What environment are you running QUnit in?**: Browser Hi, i started a topic in the gitter chat and i...

Type: New content

Assuming the QUnit URL parameters are to be treated as part of the public interface (rather than just a mechanism for conveying GUI interactions to subsequent loads), we should document...

Type: New content

We need something more than just the `QUnit.config.autostart` example in the API docs. That doesn't include AMD and is hard to find.

Type: New content

currently, the changelog is a link to https://github.com/jquery/qunit/blob/v1.12.0/History.md

Type: New content

https://github.com/jquery/jquery-simulate Example usage in jQuery UI: - focus: https://github.com/jquery/jquery-ui/blob/390e440fcdb16304c4e78448c9cd2bb6c1e43f1e/tests/unit/accordion/accordion_core.js#L82 - keydown: https://github.com/jquery/jquery-ui/blob/390e440fcdb16304c4e78448c9cd2bb6c1e43f1e/tests/unit/accordion/accordion_core.js#L85 - drag: https://github.com/jquery/jquery-ui/blob/390e440fcdb16304c4e78448c9cd2bb6c1e43f1e/tests/unit/draggable/draggable_test_helpers.js#L88

Type: New content

Possible reuse GitHub releases for now or build on https://github.com/qunitjs/qunitjs.com/issues/58.

Type: New content
help welcome