1.0.1 • Published 6 years ago

@overlayed-app/common-ext-tests v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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