mirror of https://github.com/status-im/consul.git
Move testing bits to hashicorp org, also..
Go with `rsync` over `cp` for putting the api double into public for the moment
This commit is contained in:
parent
4fe4ba40b4
commit
c2bd21d8d9
|
@ -17,7 +17,7 @@
|
||||||
"test": "ember test",
|
"test": "ember test",
|
||||||
"test:view": "ember test --server",
|
"test:view": "ember test --server",
|
||||||
"precommit": "lint-staged",
|
"precommit": "lint-staged",
|
||||||
"postinstall": "cp -R ./node_modules/@johncowen/consul-api-double ./public/consul-api-double"
|
"postinstall": "rsync -aq ./node_modules/@hashicorp/consul-api-double/ ./public/consul-api-double/"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"{app,config,lib,server,tests}/**/*.js": [
|
"{app,config,lib,server,tests}/**/*.js": [
|
||||||
|
@ -33,8 +33,8 @@
|
||||||
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@johncowen/ember-cli-api-double": "johncowen/ember-cli-api-double#master",
|
"@hashicorp/ember-cli-api-double": "^1.0.2",
|
||||||
"@johncowen/consul-api-double": "johncowen/consul-api-double#master",
|
"@hashicorp/consul-api-double": "^1.0.0",
|
||||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||||
"base64-js": "^1.3.0",
|
"base64-js": "^1.3.0",
|
||||||
"broccoli-asset-rev": "^2.4.5",
|
"broccoli-asset-rev": "^2.4.5",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import getAPI from '@johncowen/ember-cli-api-double';
|
import getAPI from '@hashicorp/ember-cli-api-double';
|
||||||
import setCookies from 'consul-ui/tests/helpers/set-cookies';
|
import setCookies from 'consul-ui/tests/helpers/set-cookies';
|
||||||
import typeToURL from 'consul-ui/tests/helpers/type-to-url';
|
import typeToURL from 'consul-ui/tests/helpers/type-to-url';
|
||||||
export default getAPI('/consul-api-double', setCookies, typeToURL);
|
export default getAPI('/consul-api-double', setCookies, typeToURL);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* eslint no-console: "off" */
|
/* eslint no-console: "off" */
|
||||||
import yadda from './helpers/yadda';
|
import yadda from './helpers/yadda';
|
||||||
import { currentURL, click, triggerKeyEvent } from '@ember/test-helpers';
|
import { currentURL, click, triggerKeyEvent } from '@ember/test-helpers';
|
||||||
import getDictionary from '@johncowen/ember-cli-api-double/dictionary';
|
import getDictionary from '@hashicorp/ember-cli-api-double/dictionary';
|
||||||
import pages from 'consul-ui/tests/pages';
|
import pages from 'consul-ui/tests/pages';
|
||||||
import api from 'consul-ui/tests/helpers/api';
|
import api from 'consul-ui/tests/helpers/api';
|
||||||
|
|
||||||
|
|
|
@ -69,9 +69,9 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@glimmer/di" "^0.2.0"
|
"@glimmer/di" "^0.2.0"
|
||||||
|
|
||||||
"@johncowen/api-double@^1.1.1":
|
"@hashicorp/api-double@^1.1.0":
|
||||||
version "1.1.1"
|
version "1.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/@johncowen/api-double/-/api-double-1.1.1.tgz#e6e7dbd54bb9615ddf4bd7293cef976cffe640ef"
|
resolved "https://registry.yarnpkg.com/@hashicorp/api-double/-/api-double-1.1.0.tgz#299d3c560090dfe9c335db64d63c3ef0c5da79c4"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@gardenhq/o" "^8.0.1"
|
"@gardenhq/o" "^8.0.1"
|
||||||
"@gardenhq/tick-control" "^2.0.0"
|
"@gardenhq/tick-control" "^2.0.0"
|
||||||
|
@ -81,15 +81,15 @@
|
||||||
faker "^4.1.0"
|
faker "^4.1.0"
|
||||||
js-yaml "^3.10.0"
|
js-yaml "^3.10.0"
|
||||||
|
|
||||||
"@johncowen/consul-api-double@johncowen/consul-api-double#master":
|
"@hashicorp/consul-api-double@^1.0.0":
|
||||||
version "0.1.0"
|
|
||||||
resolved "https://codeload.github.com/johncowen/consul-api-double/tar.gz/33a81ea3ee17da91cef964ecfbe0659009ce2ca2"
|
|
||||||
|
|
||||||
"@johncowen/ember-cli-api-double@johncowen/ember-cli-api-double#master":
|
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
resolved "https://codeload.github.com/johncowen/ember-cli-api-double/tar.gz/6819bd1c8026f5623a2c32cd45f704f76887771e"
|
resolved "https://registry.yarnpkg.com/@hashicorp/consul-api-double/-/consul-api-double-1.0.0.tgz#1fffd85121516fe31dad32a196367ae9087f9838"
|
||||||
|
|
||||||
|
"@hashicorp/ember-cli-api-double@^1.0.2":
|
||||||
|
version "1.0.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@hashicorp/ember-cli-api-double/-/ember-cli-api-double-1.0.2.tgz#684d418cc2a981254cc23035ceb452c86f0cd934"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@johncowen/api-double" "^1.1.1"
|
"@hashicorp/api-double" "^1.1.0"
|
||||||
array-range "^1.0.1"
|
array-range "^1.0.1"
|
||||||
ember-cli-babel "^6.6.0"
|
ember-cli-babel "^6.6.0"
|
||||||
js-yaml "^3.11.0"
|
js-yaml "^3.11.0"
|
||||||
|
|
Loading…
Reference in New Issue