Organize workspace: Frontend, Backend, and Tests in one repo
This commit is contained in:
8
.vscode-server/data/User/History/502b6f20/4b9C.ts
Normal file
8
.vscode-server/data/User/History/502b6f20/4b9C.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { describe, it, expect } from 'vitest'
|
||||
import { mount } from '@vue/test-utils'
|
||||
|
||||
describe('Frontend Setup', () => {
|
||||
it('checks that 1 + 1 is 2', () => {
|
||||
expect(1 + 1).toBe(2)
|
||||
})
|
||||
})
|
||||
1
.vscode-server/data/User/History/502b6f20/entries.json
Normal file
1
.vscode-server/data/User/History/502b6f20/entries.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version":1,"resource":"vscode-remote://ssh-remote%2B10.0.11.3/home/chloe/Seasoned/test/App.spec.ts","entries":[{"id":"4b9C.ts","timestamp":1772653995852}]}
|
||||
Reference in New Issue
Block a user