Skip to content

Commit

Permalink
Merge pull request #152 from skyflowapi/SK-1621-node-sdk-v2
Browse files Browse the repository at this point in the history
SK-1621: node-sdk-v2
  • Loading branch information
amith-skyflow authored Oct 23, 2024
2 parents e82e09e + d54d4c9 commit 9f8a7da
Show file tree
Hide file tree
Showing 163 changed files with 16,027 additions and 25,292 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = function (api) {
];
const plugins = [
['@babel/plugin-proposal-decorators', { decoratorsBeforeExport: true }],
['@babel/plugin-proposal-class-properties'],
['@babel/plugin-transform-class-properties'],
['@babel/transform-runtime'],
];
return {
Expand Down
20 changes: 20 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
module.exports = {
transform: {
'^.+\\.(ts|tsx)?$': 'ts-jest',
'^.+\\.(js|jsx)$': 'babel-jest',
},
verbose: true,
collectCoverage: true,
coveragePathIgnorePatterns: [
"/node_modules/",
"src/ _generated_",
"src/.*/model/request",
"src/.*/model/response",
"src/.*/model/options",
"src/utils/validations",
],
testEnvironmentOptions: {
"url": "https://skyflow-test.com"
},
testEnvironment: "node",
};
12 changes: 0 additions & 12 deletions jest.config.json

This file was deleted.

Loading

0 comments on commit 9f8a7da

Please sign in to comment.