We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c79b0b commit c60aaa3Copy full SHA for c60aaa3
test/cdn-bundle/test/cdnBundle.test.ts
@@ -1,5 +1,5 @@
1
import { test, expect } from '@playwright/test';
2
-import { createSandboxAblyAPIKey } from '../lib/ablySandbox.js';
+import { createSandboxAblyAPIKey } from '../../lib/ablySandbox.js';
3
4
test.describe('CDN bundle', () => {
5
/**
test/cdn-bundle/lib/ablySandbox.ts renamed to test/lib/ablySandbox.ts
import https from 'node:https';
-import testAppSetup from '../../ably-common/test-resources/test-app-setup.json';
+import testAppSetup from '../ably-common/test-resources/test-app-setup.json';
export interface TestApp {
keys: TestAppKey[];
test/lib/tsconfig.json
@@ -0,0 +1,6 @@
+{
+ "extends": "../../tsconfig.base.json",
+ "compilerOptions": {
+ "resolveJsonModule": true
+ }
6
+}
0 commit comments