refactor: Use internal namespace for the existing API
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { faker } from '@faker-js/faker';
|
||||
import OAuthClient from '../../src/models/oauth-client';
|
||||
import OAuthClient from '../../src/models/oauth-client.js';
|
||||
|
||||
const formattedAuthDefaults = {
|
||||
oAuthRedirectUrl: faker.internet.url(),
|
||||
|
||||
Reference in New Issue
Block a user