Ghost/ghost/importer-revue
Simon Backx db589b1ad4 Fixed random unit test failure for revue importer
refs https://github.com/TryGhost/Ghost/actions/runs/4477418718/jobs/7868921949

This test used the current time, and this resulted in a `AssertionError [ERR_ASSERTION]: '2023-03-21T09:28:29.837Z' == '2023-03-21T09:28:29.838Z'` in rare situations.
2023-03-21 10:46:13 +01:00
..
lib
test Fixed random unit test failure for revue importer 2023-03-21 10:46:13 +01:00
.eslintrc.js
index.js
package.json Update @tryghost (#16406) 2023-03-14 06:47:38 +00:00
README.md

Importer Revue

Revue importer

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