mirror of
https://github.com/dragonish/obsidian-heading-decorator.git
synced 2026-07-22 05:42:05 +00:00
Resolve: #22 BREAKING CHANGE: adjust some settings, introduce a new decorator mode setting.
9 lines
160 B
JavaScript
9 lines
160 B
JavaScript
module.exports = {
|
|
ui: "bdd",
|
|
spec: [
|
|
"test/common/data.spec.ts",
|
|
"test/common/heading.spec.ts",
|
|
"test/**/**.spec.ts",
|
|
],
|
|
import: "tsx",
|
|
};
|