Skip to content

Commit

Permalink
[AXON-23] fix: BB schema issue and add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sdzh-atlassian committed Dec 7, 2024
1 parent 20cd373 commit 2da6766
Show file tree
Hide file tree
Showing 5 changed files with 352 additions and 257 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
],
'import/no-extraneous-dependencies': [
'error',
{ devDependencies: ['**/webpack.*', '**/test/*', '**/*.test.js', '**/*.spec.js'] },
{ devDependencies: ['**/webpack.*', '**/test/*', '**/*.test.js', '**/*.spec.js', '**/*.test.ts'] },
],
'no-restricted-imports': [
'error',
Expand Down
Loading

0 comments on commit 2da6766

Please sign in to comment.