Ghost/ghost/webmentions
Steve Larson 855bcb8613 added tests to cover internal data checks
no ref
-tests didn't cover imported data escape
-tests didn't cover internal data escape
2023-02-01 17:40:29 -06:00
..
lib updated events that send mentions (#16219) 2023-02-01 16:49:58 -06:00
test added tests to cover internal data checks 2023-02-01 17:40:29 -06:00
.eslintrc.js
index.js
package.json Added mention discovery service (#16154) 2023-01-20 11:45:48 +01:00
README.md

Webmentions

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests