Skip to content

Commit

Permalink
Suppress max classes per file check in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kburov-sc committed Sep 8, 2024
1 parent 18fab13 commit 5b63805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__tests__/Container.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line max-classes-per-file
import { Container } from "../Container";
import { Injectable } from "../Injectable";
import { PartialContainer } from "../PartialContainer";
Expand Down

0 comments on commit 5b63805

Please sign in to comment.