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.

Commits

Files

    Loading...