chore(tests): update deps
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
extends: ['@tooling/eslint-config'],
|
||||
plugins: ['chai-friendly'],
|
||||
plugins: ['cypress'],
|
||||
rules: {
|
||||
'chai-friendly/no-unused-expressions': ['error', { allowShortCircuit: true, allowTernary: true }],
|
||||
'no-unused-expressions': 'off',
|
||||
},
|
||||
}
|
||||
|
||||
@@ -63,7 +63,10 @@ describe('Check if custom connection lines are rendered', () => {
|
||||
.should('have.length', 1)
|
||||
.then(() => {
|
||||
expect(propTargetNode).to.not.be.null
|
||||
expect(propTargetNode?.id).to.equal('2')
|
||||
|
||||
expect(propTargetHandle).to.not.be.null
|
||||
expect(propTargetHandle?.id).to.equal('2__handle-top')
|
||||
|
||||
sourceHandle.trigger('mouseup', {
|
||||
clientX: x + 5,
|
||||
|
||||
+3
-2
@@ -17,8 +17,9 @@
|
||||
"@tooling/tsconfig": "workspace:*",
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"cypress": "^12.7.0",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
"typescript": "^4.9.5",
|
||||
"vite": "^4.1.4",
|
||||
"vue": "^3.2.25",
|
||||
"eslint-plugin-chai-friendly": "^0.7.2"
|
||||
"vue": "^3.2.25"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user