chore: Remove unused eslint-rules & lint files
This commit is contained in:
@@ -30,7 +30,6 @@ describe('test store action setElements', () => {
|
||||
})
|
||||
|
||||
it('parses elements to flow-elements', () => {
|
||||
console.log(store.getEdges)
|
||||
store.getEdges.forEach((edge) => expect(isEdge(edge)).to.be.true)
|
||||
store.getNodes.forEach((node) => expect(isNode(node)).to.be.true)
|
||||
})
|
||||
|
||||
@@ -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