Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Jan 3, 2025
1 parent 1c428c7 commit 591c20a
Show file tree
Hide file tree
Showing 42 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/axis-configuration/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/*.spec.ts'],
testMatch: ['**/*.test.ts'],
};
2 changes: 1 addition & 1 deletion packages/axis-core/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/*.spec.ts'],
testMatch: ['**/*.test.ts'],
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/axis-discovery-bonjour/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/*.spec.ts'],
testMatch: ['**/*.test.ts'],
};
2 changes: 1 addition & 1 deletion packages/axis-discovery-ssdp/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/*.spec.ts'],
testMatch: ['**/*.test.ts'],
};
2 changes: 1 addition & 1 deletion packages/axis-discovery/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/*.spec.ts'],
testMatch: ['**/*.test.ts'],
};
2 changes: 1 addition & 1 deletion packages/axis-maintenance/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/*.spec.ts'],
testMatch: ['**/*.test.ts'],
};
2 changes: 1 addition & 1 deletion packages/axis-snapshot/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['**/*.spec.ts'],
testMatch: ['**/*.test.ts'],
};

0 comments on commit 591c20a

Please sign in to comment.