Logo
Explore Help
Register Sign In
yujunjun/datahub
2
0
Fork 0
You've already forked datahub
mirror of https://github.com/datahub-project/datahub.git synced 2025-07-23 09:32:04 +00:00
Code Issues Packages Projects Releases Wiki Activity
datahub/wherehows-web/tests/helpers/destroy-app.js

9 lines
174 B
JavaScript
Raw Normal View History

Initial commit transition to Ember CLI
2017-01-17 19:20:46 -08:00
import Ember from 'ember';
export default function destroyApp(application) {
Ember.run(application, 'destroy');
adds typescript. adds mirage. updates dependencies. begins separating api concerns from app: datasets. removes jshint. adds mirage model+factory for compliance suggestion updates gitignore: removes typings. adds environment.d.ts declaration file for config/environment. adds unit test for datasets-test. adds extracted datasets api file updates destroy app test helper updates compliance component to work with modified api from compliance api: removes isSubject, adds securityClassification updates uploaded compliance shape validation. updates the dataset route adds typescript files to prettier linting updates gitignore with vscode
2017-08-15 23:16:38 -07:00
if (window.server) {
window.server.shutdown();
}
Initial commit transition to Ember CLI
2017-01-17 19:20:46 -08:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 533ms Template: 26ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API