You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is unnecessary, since the default export is also a test() method, and it makes it more difficult to write linter rules: avajs/eslint-plugin-ava#197
This works:
This is unnecessary, since the default export is also a
test()method, and it makes it more difficult to write linter rules: avajs/eslint-plugin-ava#197Shall we remove it?