MyGit

v1.0.0-beta.2

miragejs/ember-cli-mirage

版本发布时间: 2019-05-09 06:13:57

miragejs/ember-cli-mirage最新发布版本:v3.0.4(2024-09-04 10:24:21)

Upgrade notes:

New import for setupMirage

Please use the new named import for the setupMirage test helper. The old one still works for now, but is not robust to us refactoring the internal file location. The named export is also more aligned with the rest of the ecosystem.

// Before
import setupMirage from 'ember-cli-mirage/test-support/setup-mirage';

// After
import { setupMirage } from 'ember-cli-mirage/test-support';

💥 Breaking Changes

🚀 Enhancements

🏠 Internal

相关地址:原始地址 下载(tar) 下载(zip)

查看:2019-05-09发行的版本