mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
7 lines
114 B
TypeScript
7 lines
114 B
TypeScript
let a = '2';
|
|
describe('Finder tests', () => {
|
|
it('checking 2', async () => {
|
|
expect(a).toBe('2');
|
|
});
|
|
});
|