Skip to content

Commit

Permalink
Bump version for “x-test” development dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
theengineear committed Mar 1, 2024
1 parent 8c89435 commit 72b35b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/x-test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Simply import / export so that we pin this version in one spot.
import { test, describe, it, waitFor, assert, coverage } from 'https://unpkg.com/@netflix/[email protected]-rc.20/x-test.js';
import { test, describe, it, waitFor, assert, coverage } from 'https://unpkg.com/@netflix/[email protected]/x-test.js';
export { test, describe, it, waitFor, assert, coverage };

0 comments on commit 72b35b9

Please sign in to comment.