This commit is contained in:
João Geonizeli
2022-07-08 17:40:27 -03:00
parent 1ca42be8ae
commit 874706cabb
5 changed files with 2171 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
describe('test', () => {
it('true', () => {
expect(true).toBeTruthy()
})
})