Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 3bd807c

Browse files
committed
Update marker.filter.spec.ts
1 parent 98307af commit 3bd807c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/filter/__tests__/marker.filter.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Marker } from '../../marker';
2-
import { LogFilterAction } from '../log.filter.action';
32
import { MarkerFilter } from '../marker.filter';
43

54
describe('MarkerFilter', () => {
@@ -10,8 +9,6 @@ describe('MarkerFilter', () => {
109
test('child', () => {
1110

1211
const markerFilter = new MarkerFilter({
13-
onMatch: LogFilterAction.ALLOW,
14-
onMismatch: LogFilterAction.DENY,
1512
marker: 'child'
1613
});
1714

@@ -28,8 +25,6 @@ describe('MarkerFilter', () => {
2825
test('parent', () => {
2926

3027
const markerFilter = new MarkerFilter({
31-
onMatch: LogFilterAction.ALLOW,
32-
onMismatch: LogFilterAction.DENY,
3328
marker: 'parent'
3429
});
3530

0 commit comments

Comments
 (0)