mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
Initial configuration
This commit is contained in:
5
test/index.ts
Normal file
5
test/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
describe('A basic test', () => {
|
||||
it('to have something pass', () => {
|
||||
expect(true).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user