From f106363a5f3503611282f4de0761597ad6bd116f Mon Sep 17 00:00:00 2001 From: Samuel Kopp <62482066+unvented@users.noreply.github.com> Date: Mon, 25 Jul 2022 20:19:57 +0200 Subject: [PATCH] test: fix config loaded via `extends` option (#29) --- .changeset/chilly-hornets-design.md | 5 +++++ test/wrangler.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/chilly-hornets-design.md diff --git a/.changeset/chilly-hornets-design.md b/.changeset/chilly-hornets-design.md new file mode 100644 index 0000000..0eb6fea --- /dev/null +++ b/.changeset/chilly-hornets-design.md @@ -0,0 +1,5 @@ +--- +"@darkflare/wjson": patch +--- + +test: fix config loaded via `extends` option diff --git a/test/wrangler.json b/test/wrangler.json index 9619461..844bd51 100644 --- a/test/wrangler.json +++ b/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",