Skip to content

Commit

Permalink
#559: empty test for environment config
Browse files Browse the repository at this point in the history
  • Loading branch information
basmasking committed Dec 23, 2024
1 parent eb67db8 commit 7497782
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/configuration/test/dummy.spec.ts

This file was deleted.

10 changes: 10 additions & 0 deletions packages/configuration/test/environment/Configurator.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

import { describe, expect, it } from 'vitest';

describe('Configurator', () =>
{
it('should not test standard library functions', async () =>
{
expect(true).toBeTruthy();
});
});

0 comments on commit 7497782

Please sign in to comment.