|
|
@@ -4,7 +4,6 @@ import { resolve } from 'node:path'
|
|
|
|
|
|
const page = readFileSync(resolve(process.cwd(), 'src/views/scoring/ScoringEditView.vue'), 'utf8')
|
|
|
const myResult = readFileSync(resolve(process.cwd(), 'src/views/scoring/MyResultView.vue'), 'utf8')
|
|
|
-const workspace = readFileSync(resolve(process.cwd(), 'src/views/workspace/WorkspaceView.vue'), 'utf8')
|
|
|
|
|
|
describe('scoring and workspace display defaults', () => {
|
|
|
it('initializes each performance dimension at 60 percent of its full score', () => {
|
|
|
@@ -25,8 +24,4 @@ describe('scoring and workspace display defaults', () => {
|
|
|
expect(myResult).toContain('allKrs')
|
|
|
expect(myResult).toContain('objective.weight')
|
|
|
})
|
|
|
-
|
|
|
- it('renders linked metric cards as block-level layout items', () => {
|
|
|
- expect(workspace).toMatch(/\.workspace-todo-metric, \.workspace-team-link \{ display: block;/)
|
|
|
- })
|
|
|
})
|