refactor(Cypress): add nodemodules
This commit is contained in:
8
node_modules/es5-ext/test/math/floor-10.js
generated
vendored
Normal file
8
node_modules/es5-ext/test/math/floor-10.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function (t, a) {
|
||||
a(t(55.59, -1), 55.5);
|
||||
a(t(59, 1), 50);
|
||||
a(t(-55.51, -1), -55.6);
|
||||
a(t(-51, 1), -60);
|
||||
};
|
Reference in New Issue
Block a user