From 72b35b95d54bc8dda23bd26e210e70f667dd7e60 Mon Sep 17 00:00:00 2001 From: Andrew Seier Date: Thu, 29 Feb 2024 17:22:18 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version=20for=20=E2=80=9Cx-test=E2=80=9D?= =?UTF-8?q?=20development=20dependency.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/x-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/x-test.js b/test/x-test.js index 4c7e1ee..59b62bf 100644 --- a/test/x-test.js +++ b/test/x-test.js @@ -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/x-test@1.0.0-rc.20/x-test.js'; +import { test, describe, it, waitFor, assert, coverage } from 'https://unpkg.com/@netflix/x-test@1.0.0/x-test.js'; export { test, describe, it, waitFor, assert, coverage };