src.app.shared.pipes.distinct.pipe.spec.ts Maven / Gradle / Ivy
The newest version!
/*
* SPDX-FileCopyrightText: 2017-2024 Enedis
*
* SPDX-License-Identifier: Apache-2.0
*
*/
import { DistinctPipe } from './distinct.pipe';
describe('DistinctPipe', () => {
it('create an instance', () => {
const pipe = new DistinctPipe();
expect(pipe).toBeTruthy();
});
});
© 2015 - 2024 Weber Informatics LLC | Privacy Policy