Skip to content

Commit 6af1813

Browse files
comment
1 parent 6ce9559 commit 6af1813

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/tools/api.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ module.exports.classNameToMethodList = new Map(api.map((api, _, array) =>
146146
[api.className, sorted(Array.from(new Set(Array.from(array.filter(v => v.className === api.className), method => method))), (a, b) => byStrings(a.method, b.method))]
147147
));
148148

149+
/**
150+
* Generated from `api`, this is an exhaustive list of all methods we can unit test.
151+
*/
149152
module.exports.unitTestableAPI = [
150153
{
151154
"className": "Admin",

0 commit comments

Comments
 (0)