@glimmer/test-helpers

Test helpers for Glimmer applications

Usage no npm install needed!

<script type="module">
  import glimmerTestHelpers from 'https://cdn.skypack.dev/@glimmer/test-helpers';
</script>

README

@glimmer/test-helpers

npm version

Build Status

Installation

Add this package to your project with Yarn:

yarn add @glimmer/test-helpers

Or alternatively with npm:

npm install --save-dev @glimmer/test-helpers

Development

For the development of this project, Yarn is preferred over npm. However, any Yarn command can be replaced by the npm equivalent. See Migration from npm in the Yarn documentation for a list of the equivalent commands.

  • Clone repository locally: git clone https://github.com/glimmerjs/glimmer-test-helpers.git
  • Install dependencies: yarn, or yarn install
  • Open project in your editor of choice and make your changes
  • Run tests: yarn run test

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/glimmerjs/glimmer-test-helpers.

License

MIT License.