Skip to content

Commit 592f955

Browse files
committed
Move Stacks folder to separate dependencies
1 parent 1c61814 commit 592f955

File tree

9 files changed

+3565
-44
lines changed

9 files changed

+3565
-44
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
setupFiles: ['<rootDir>/jest.setup.js'],
5-
testPathIgnorePatterns: ['<rootDir>/dist/', '<rootDir>/node_modules/', '<rootDir>/out/', '<rootDir>/src/test/suite'],
5+
testPathIgnorePatterns: ['<rootDir>/dist/', '<rootDir>/node_modules/', '<rootDir>/out/', '<rootDir>/src/test/suite', '<rootDir>/stacks'],
66
};

stacks/callOpenAI/input.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

stacks/callOpenAI/output.ts

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)