sindresorhus / notifier-for-github

Browser extension - Get notified about new GitHub notifications
MIT License
1.84k stars 132 forks source link

Update tests to use AVA 3 #251

Closed fregante closed 3 years ago

fregante commented 3 years ago

Config can be copied from https://github.com/sindresorhus/refined-github/blob/main/package.json

The esm dependency should be dropped and I think the package type should be changed to module, either via env or in package.json (the latter would probably require extra changes though)

More details might be found in https://github.com/avajs/ava/issues/2293