ember-cli-mirage

v3.0.0
A client-side server to help you build, test and demo your Ember app
ember-addon pretender prototype server testing

lint

concurrently "npm:lint:*(!fix)" --names "lint:"

test

concurrently "npm:lint" "npm:test:*" --names "lint,test:"

build

ember build --environment=production

start

ember serve

lint:js

eslint . --cache

lint:css

stylelint "**/*.css"

lint:fix

concurrently "npm:lint:*:fix" --names "fix:"

lint:hbs

ember-template-lint .

test:ember

ember test

test:types

tsc --project types-tests

lint:js:fix

eslint . --fix

lint:css:fix

concurrently "npm:lint:css -- --fix"

lint:hbs:fix

ember-template-lint . --fix

test:ember-compatibility

ember try:each

Metadata

  • MIT
  • 16.* || >= 18
  • Sam Selikoff
  • released 10/5/2023

Downloads