foundry-factory-demo-gitlab/test/example.test.ts

8 lines
138 B
TypeScript
Raw Permalink Normal View History

2022-02-14 20:22:17 +01:00
describe('An example test', () => {
it('will always succeed', () => {
expect(true).toBeTruthy();
});
});
// Add real tests here.