Implement support for editing notes' metadata, and ability to move no… #370
Annotations
2 errors
Run Playwright Tests
ReferenceError: window is not defined
at ../src/stores/notes-store.js:6
4 | import { useEditorCacheStore } from "./editor-cache"
5 |
> 6 | export const SCRATCH_FILE = window.heynote.isDev ? "buffer-dev.txt" : "buffer.txt"
| ^
7 |
8 | export const useNotesStore = defineStore("notes", {
9 | state: () => ({
at Object.<anonymous> (/home/runner/work/heynote/heynote/src/stores/notes-store.js:6:29)
at Object.<anonymous> (/home/runner/work/heynote/heynote/src/editor/block/block.js:7:1)
at Object.<anonymous> (/home/runner/work/heynote/heynote/tests/block-parsing.spec.js:5:1)
|
Run Playwright Tests
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
179 KB |
|