UNPKG

@putout/plugin-tape

Version:
8 lines (6 loc) 293 B
export const report = () => `Use 'calledWithNoArgs()' when arguments are absent`; export const replace = () => ({ 't.calledWith(__a)': 't.calledWithNoArgs(__a)', 't.calledWith(__a, [])': 't.calledWithNoArgs(__a)', 't.calledWith(__a, [], __b)': 't.calledWithNoArgs(__a, __b)', });