added whole system from ola4doc
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function (t, a) {
|
||||
var x = [1, 2, {}, 4];
|
||||
a(t.call(x), x, "Returns same array");
|
||||
a.deep(x, [], "Empties array");
|
||||
};
|
||||
Reference in New Issue
Block a user