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 63a38c8 commit 6b274f9Copy full SHA for 6b274f9
packages/sdk/akamai/src/index.test.ts
@@ -0,0 +1,7 @@
1
+/* Adding this file as a temporary file until I fix the actual test */
2
+
3
+describe('temporary test file', () => {
4
+ it('should pass', () => {
5
+ expect(true).toBeTruthy();
6
+ })
7
+})
0 commit comments