mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-06-17 15:24:43 +07:00
init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
let a = '2';
|
||||
describe('Finder tests', () => {
|
||||
it('checking 2', async () => {
|
||||
expect(a).toBe('2');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user