@overlayed-app/common-ext-tests

1.0.1 • Public • Published

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

Package Sidebar

Install

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

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

5.39 kB

Total Files

5

Last publish

Collaborators

  • bengreenier