adding test + refacto

This commit is contained in:
koudo
2022-01-07 23:44:28 +01:00
parent 8ef6d168c8
commit adbd632db0
27 changed files with 4701 additions and 160 deletions
+10
View File
@@ -0,0 +1,10 @@
/* eslint-disable import/no-default-export */
export default class Buster {
setResultObject = () => Promise.resolve();
constructor() {
this.argument = {
query: "query",
};
}
argument: object;
}
+2
View File
@@ -0,0 +1,2 @@
/* eslint-disable import/no-default-export */
export default {};