Caleb Porzio 1 年之前
父节点
当前提交
ed23ac8f85
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      tests/cypress/support/drag.js

+ 6 - 0
tests/cypress/support/drag.js

@@ -1,3 +1,9 @@
+/**
+ * This entire file was coppied from the following github repo: https://github.com/4teamwork/cypress-drag-drop/blob/master/index.js
+ *
+ * Full credit to the "cypress-drag-drop" package...
+ */
+
 const dataTransfer = new DataTransfer()
 
 function omit(object = {}, keys = []) {