Removendo export default

This commit is contained in:
Leandro Costa 2023-01-27 09:30:10 -03:00
parent 50c52f72dc
commit 03f51f1520
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import axios from 'axios'; import axios from 'axios';
import LhispOauthClient from "../src/lhisp-oauth-client"; import { LhispOauthClient } from "../src/lhisp-oauth-client";
import { ContentType, LhispOauthClientConstructorParams } from '../src/lhisp-oauth-client.t'; import { ContentType, LhispOauthClientConstructorParams } from '../src/lhisp-oauth-client.t';
// Mock jest and set the type // Mock jest and set the type

View file

@ -10,7 +10,7 @@ import {
LhispOauthClientConstructorParams, LhispOauthClientConstructorParams,
} from "./lhisp-oauth-client.t"; } from "./lhisp-oauth-client.t";
export default class LhispOauthClient { export class LhispOauthClient {
protected authUrl: string; protected authUrl: string;
protected apiUrl: string; protected apiUrl: string;
protected clientId: string; protected clientId: string;