Skip to content

Commit

Permalink
Merge branch 'fix-93-xero-node' of https://github.com/XeroAPI/xero-node
Browse files Browse the repository at this point in the history
… into fix-93-xero-node
  • Loading branch information
sangeet-joy-tw committed Feb 6, 2024
2 parents f0cfea2 + 5dd13af commit 5899794
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ module.exports = {
testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
testPathIgnorePatterns: ["/lib/", "/node_modules/"],
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
moduleNameMapper: {
"axios": "axios/dist/node/axios.cjs"
},
testEnvironment: "node"
// collectCoverage: true,
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
"axios": "^1.6.5",
"openid-client": "^4.9.1"
}
}
}
1 change: 0 additions & 1 deletion src/XeroClient.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Client, Issuer, TokenSet, TokenSetParameters, custom } from 'openid-client';
import * as xero from './gen/api';
import request = require('request');
const axios = require('axios');
import http = require('http');

Expand Down

0 comments on commit 5899794

Please sign in to comment.