| 1 | import { getProjectPropertyFilter, matchesProjectProperty } from '../../../src/utils/projectFilterUtils'; |
| 2 | |
| 3 | describe('projectFilterUtils', () => { |
| 4 | describe('getProjectPropertyFilter', () => { |
nothing calls this directly
no test coverage detected