@overlayed-app/common-ext-tests

v1.0.0
common extension tests for an overlayed app extension
overlayed-app overlayed test

common-ext-tests

Build Status

Common extension tests for overlayed app extensions.

Why

There are some tests that all extensions should run to ensure that overlayed will be able to properly handle the extension. This module provides an easy way to include those tests in an extension project's jest tests.

How

npm i @overlayed-app/common-ext-tests

Then, in code (if js):

const includeCommonTests = require('@overlayed-app/common-ext-tests')

// include the common tests
includeCommonTests(`${__dirname}/fixture`)

or (if ts):

import includeCommonTests from '@overlayed-app/common-ext-tests'

// include the common tests
includeCommonTests(`${__dirname}/fixture`)

Contributing

  • To build npm run build.
  • To publish npm run publish.
  • To test npm test.

License

MIT

npm i @overlayed-app/[email protected]

Metadata

  • MIT
  • Whatever
  • Ben Greenier
  • released 10/5/2018

Downloads

Maintainers