FEAT: backup & restore 1

This commit is contained in:
prosety
2022-11-30 12:45:02 +01:00
parent 2736f2ff7c
commit 3127e60c04
53 changed files with 3550 additions and 248 deletions

7
test/basic.test.js Normal file
View File

@@ -0,0 +1,7 @@
import { test, assert, describe } from 'vitest'
describe('example test', () => {
test('assert', () => {
assert.equal(1, 1)
})
})