Caleb Porzio 1 năm trước cách đây
mục cha
commit
ed23ac8f85
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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 = []) {