From b1e4ee3a85854427ed2d1d898087ed00934a3d3f Mon Sep 17 00:00:00 2001 From: Hatem Hosny Date: Tue, 15 Aug 2023 23:19:11 +0300 Subject: [PATCH] fix jsbin e2e url --- e2e/specs/import.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/specs/import.spec.ts b/e2e/specs/import.spec.ts index cfa5d2ca6..182292d6a 100644 --- a/e2e/specs/import.spec.ts +++ b/e2e/specs/import.spec.ts @@ -12,7 +12,7 @@ const sources = { 'GitLab snippet': 'https://gitlab.com/-/snippets/2199319', 'GitLab dir': 'https://gitlab.com/hatemhosny/typescript-demo-for-testing-import-/-/tree/gh-pages/src', - JsBin: 'https://jsbin.com/mikunebofa/edit?html,css,js,output', + JsBin: 'https://jsbin.com/jikojak/edit?html,css,js,output', }; const githubRepo = 'https://github.com/hatemhosny/typescript-demo-for-testing-import-';