mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 18:52:50 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
10
node_modules/memoizee/test/lib/resolve-length.js
generated
vendored
Normal file
10
node_modules/memoizee/test/lib/resolve-length.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function (t, a) {
|
||||
a(t(1, 2), 1, "Options");
|
||||
a(t(1, 2, true), 1, "Options: Async ");
|
||||
a(t(undefined, 2), 2, "Function");
|
||||
a(t(undefined, 2, true), 1, "Function: Async");
|
||||
a(t(undefined, undefined, false), 1, "Unknown");
|
||||
a(t(undefined, undefined, true), 1, "Unknown: async");
|
||||
};
|
||||
Reference in New Issue
Block a user