mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
test(plugin): migrate settings-panels test to TypeScript
This commit is contained in:
parent
b13ef93a2b
commit
8933d27d49
1 changed files with 1 additions and 5 deletions
|
|
@ -1,10 +1,6 @@
|
|||
import { describe, expect, test } from 'vitest';
|
||||
import testable from '../src/testable.js';
|
||||
|
||||
const {
|
||||
getDisclosureState,
|
||||
toggleDisclosureState,
|
||||
} = testable;
|
||||
import { getDisclosureState, toggleDisclosureState } from "../src/utils/disclosure";
|
||||
|
||||
describe('feature panel disclosure state', () => {
|
||||
test('defaults vector config panel to expanded when no state exists', () => {
|
||||
Loading…
Reference in a new issue