chore: Remove unused eslint-rules & lint files
This commit is contained in:
@@ -6,9 +6,7 @@ describe('test store state', () => {
|
||||
const { store: initial } = useVueFlow()
|
||||
beforeEach(() => ({ store } = useVueFlow()))
|
||||
|
||||
it('has any initial state', () => {
|
||||
expect(store).to.exist
|
||||
})
|
||||
it('has any initial state', () => expect(store).to.exist)
|
||||
|
||||
it('has default initial state', () => {
|
||||
Object.keys(store).forEach((state) => {
|
||||
|
||||
Reference in New Issue
Block a user