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 };