Set up Jasmine for JavaScript unit tests.

Review Request #13565 — Created Feb. 20, 2024 and submitted — Latest diff uploaded

Information

Ink
master

Reviewers

We'll be using Jasmine as our test runner, as it's consistent with the
rest of our codebases, and we have existing infrastructure we can tie
in.

This change uses the latest Jasmine 5.1.x releases, along with our
Jasmine Suites extension and a virtual DOM in order to ease testing our
codebase.

No tests currently exist, but components will come with tests as they're
posted for review.

Successfully ran the (empty) test runner.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Set up Jasmine for JavaScript unit tests.
We'll be using Jasmine as our test runner, as it's consistent with the rest of our codebases, and we have existing infrastructure we can tie in. This change uses the latest Jasmine 5.1.x releases, along with our Jasmine Suites extension and a virtual DOM in order to ease testing our codebase. No tests currently exist, but components will come with tests as they're posted for review.
b45d1b64d3a31ef3694e175cfce681c46017dcf8 Christian Hammond
package.json
package-lock.json
spec/helpers/dom.ts
spec/support/jasmine.json
Loading...