No description
  • JavaScript 84.6%
  • HTML 9.8%
  • Makefile 4.5%
  • Handlebars 0.7%
  • CSS 0.4%
Find a file
suresh-hashicorp 509668fa19
Merge pull request #61 from hashicorp/dependabot/npm_and_yarn/path-to-regexp-0.1.13
Bump path-to-regexp from 0.1.12 to 0.1.13
2026-03-30 12:54:48 +05:30
.github add codeowners file 2025-12-16 12:20:41 +05:30
addon [COMPLIANCE] Add Copyright and License Headers (Batch 1 of 1) 2025-12-05 14:47:23 +00:00
app Initial import 2018-05-25 14:20:43 +01:00
config [COMPLIANCE] Add Copyright and License Headers (Batch 1 of 1) 2025-12-05 14:47:23 +00:00
tests [COMPLIANCE] Add Copyright and License Headers (Batch 1 of 1) 2025-12-05 14:47:23 +00:00
vendor Initial import 2018-05-25 14:20:43 +01:00
.editorconfig Upgrade: v3.15.2...v4.6.0 (#24) 2022-09-05 14:21:02 +02:00
.ember-cli Upgrade: v3.15.2...v4.6.0 (#24) 2022-09-05 14:21:02 +02:00
.eslintignore Upgrade: v3.15.2...v4.6.0 (#24) 2022-09-05 14:21:02 +02:00
.eslintrc.js Upgrade: v3.15.2...v4.6.0 (#24) 2022-09-05 14:21:02 +02:00
.gitignore Upgrade: v3.15.2...v4.6.0 (#24) 2022-09-05 14:21:02 +02:00
.npmignore Upgrade: v3.15.2...v4.6.0 (#24) 2022-09-05 14:21:02 +02:00
.prettierignore Upgrade: v3.15.2...v4.6.0 (#24) 2022-09-05 14:21:02 +02:00
.prettierrc.js Upgrade: v3.15.2...v4.6.0 (#24) 2022-09-05 14:21:02 +02:00
.template-lintrc.js Upgrade: v3.15.2...v4.6.0 (#24) 2022-09-05 14:21:02 +02:00
.watchmanconfig Initial import 2018-05-25 14:20:43 +01:00
CONTRIBUTING.md Upgrade: v3.15.2...v4.6.0 (#24) 2022-09-05 14:21:02 +02:00
ember-cli-build.js [COMPLIANCE] Add Copyright and License Headers (Batch 1 of 1) 2025-12-05 14:47:23 +00:00
index.js [COMPLIANCE] Add Copyright and License Headers (Batch 1 of 1) 2025-12-05 14:47:23 +00:00
LICENSE [COMPLIANCE] Update MPL 2.0 LICENSE 2022-10-12 20:55:39 +00:00
Makefile Upgrade release targets 2019-07-15 10:20:15 +00:00
package-lock.json Bump path-to-regexp from 0.1.12 to 0.1.13 2026-03-30 07:20:26 +00:00
package.json override to sec vuln fixed version of libraries 2026-03-24 14:23:40 +05:30
README.md Upgrade: v3.15.2...v4.6.0 (#24) 2022-09-05 14:21:02 +02:00
testem.js [COMPLIANCE] Add Copyright and License Headers (Batch 1 of 1) 2025-12-05 14:47:23 +00:00

@hashicorp/ember-cli-api-double

An ember-cli wrapper around @hashicorp/api-double

Currently in a reasonable amount of 'flux'

As well as being able to use api-double as a simple HTTP development server to develop against, this module also provides a method of exposing your API without using an HTTP server, therefore allowing you to run ember's testing environment using your 'api-double'.

See