FEAT: backup & restore 1
This commit is contained in:
7
test/basic.test.js
Normal file
7
test/basic.test.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { test, assert, describe } from 'vitest'
|
||||
|
||||
describe('example test', () => {
|
||||
test('assert', () => {
|
||||
assert.equal(1, 1)
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user