mirror of
https://github.com/jacobinwwey/obsidian-NotEMD.git
synced 2026-07-22 05:48:27 +00:00
26 lines
803 B
Text
26 lines
803 B
Text
|
|
> notemd@1.7.14 test
|
|
> jest --runInBand src/tests/sidebarDomButtonClicks.test.ts src/tests/sidebarButtonTriggerChains.test.ts
|
|
|
|
PASS src/tests/sidebarButtonTriggerChains.test.ts
|
|
● Console
|
|
|
|
console.log
|
|
Potential duplicates in Current.md: [ 'duplicate' ]
|
|
|
|
at NotemdSidebarView.<anonymous> (src/ui/NotemdSidebarView.ts:574:29)
|
|
|
|
PASS src/tests/sidebarDomButtonClicks.test.ts
|
|
● Console
|
|
|
|
console.log
|
|
Potential duplicates in Active.txt: [ 'duplicate' ]
|
|
|
|
at NotemdSidebarView.<anonymous> (src/ui/NotemdSidebarView.ts:574:29)
|
|
|
|
|
|
Test Suites: 2 passed, 2 total
|
|
Tests: 23 passed, 23 total
|
|
Snapshots: 0 total
|
|
Time: 0.293 s, estimated 1 s
|
|
Ran all test suites matching /src\/tests\/sidebarDomButtonClicks.test.ts|src\/tests\/sidebarButtonTriggerChains.test.ts/i.
|