Cypress Umgebung ok
This commit is contained in:
7
__tests__/example.test.ts
Normal file
7
__tests__/example.test.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// __tests__/example.test.ts
|
||||
describe('Basic Test', () => {
|
||||
it('should pass', () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user