Skip to content

@ariakit/test@0.5.0

Choose a tag to compare

@diegohaz diegohaz released this 23 May 14:02
· 966 commits to main since this release
ce52163

Removed CommonJS builds

BREAKING if your code loads @ariakit/test with CommonJS require().

@ariakit/test now publishes ESM-only exports.

Before:

const test = require("@ariakit/test");

After:

import * as test from "@ariakit/test";

Other updates

  • Updated dependencies: @ariakit/utils@0.1.0