Skip to content

Commit

Permalink
test: change JS tests to TS (WIP)
Browse files Browse the repository at this point in the history
JIRA: UUI-767
  • Loading branch information
michal-oleniacz-stp committed Feb 21, 2024
1 parent 8c85f3d commit d9a6109
Show file tree
Hide file tree
Showing 15 changed files with 413 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion __tests__/cache.js → __tests__/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

'use strict';

import Cache from '../src/utils/cache.ts';
import Cache from '../src/utils/cache';

const webStorageMock = () => {
const mock = {
Expand Down
5 changes: 2 additions & 3 deletions __tests__/identity.js → __tests__/identity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

'use strict';

import SDKError from '../src/utils/SDKError.ts';

import Identity from '../identity.ts';
import SDKError from '../src/utils/SDKError';
import Identity from '../src/identity';
import { compareUrls, Fixtures } from './utils.js';
import { URL } from 'url';
import { URL as u } from 'whatwg-url';
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit d9a6109

Please sign in to comment.