phantom-marmiton/__mocks__/phantombuster.ts
2022-01-08 00:07:09 +01:00

11 lines
216 B
TypeScript

/* eslint-disable import/no-default-export */
export default class Buster {
setResultObject = () => Promise.resolve();
constructor() {
this.argument = {
query: "query",
};
}
argument: object;
}