Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
test: fix config loaded via extends option (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Jul 25, 2022
1 parent 4528f58 commit f106363
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chilly-hornets-design.md
@@ -0,0 +1,5 @@
---
"@darkflare/wjson": patch
---

test: fix config loaded via `extends` option
2 changes: 1 addition & 1 deletion test/wrangler.json
@@ -1,7 +1,7 @@
{
"$schema": "../schema.json",

"extends": "https://gist.githubusercontent.com/azuryceo/74aa5270067a59712db753705f1d37db/raw/9fefecdd32a8ca0a050c792352fa45d9a68fa63a/wjson_test.json",
"extends": "https://gist.githubusercontent.com/unvented/74aa5270067a59712db753705f1d37db/raw/03b9e1c0d6c7c2c49a504e094b4fcfd64fc77ad3/wjson_test.json",

"accountId": "0123456789",

Expand Down

0 comments on commit f106363

Please sign in to comment.