2.8.0 • Published 6 years ago

@busybusy/utils v2.8.0

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

Build Status Maintainability Test Coverage GitHub version

@busybusy/utils

Installation

Install this addon using ember-cli

ember install @busy-web/utils

Usage

Use @busybusy/utils in your js files

import { Assert } from '@busy-web/utils';

Assert.test('some message', someTest === someValue);

Contributing

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

License

MIT License