mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-25 08:09:08 +07:00
init
This commit is contained in:
6
__tests__/install.test.ts
Normal file
6
__tests__/install.test.ts
Normal file
@ -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