New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@glimmer/application-test-helpers

Package Overview
Dependencies
Maintainers
10
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glimmer/application-test-helpers

Test helpers for developing @glimmer/component and @glimmer/application

0.2.1
Source
npm
Version published
Weekly downloads
20
-16.67%
Maintainers
10
Weekly downloads
 
Created
Source

@glimmer/application-test-helpers

npm version

This project contains test helpers used to develop the @glimmer/application and @glimmer/component packages.

This project is not intended for testing Glimmer applications.

Installation

Add this package to your project with Yarn:

yarn add @glimmer/application-test-helpers

Or alternatively with npm:

npm install --save-dev @glimmer/application-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-application-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-application-test-helpers.

Acknowledgements

Thanks to Monegraph for funding the initial development of this library.

License

MIT License.

FAQs

Package last updated on 26 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts