Merge pull request #10 from hyperse-io/changeset-release/main #10
Annotations
7 errors
tests/dotenv.spec.ts > test suites of hyper env > parse env files via --env arg:
tests/dotenv.spec.ts#L89
AssertionError: expected '(self.webpackChunk_N_E=self.webpackCh…' to match /"hello:","env_staging"/
- Expected:
/"hello:","env_staging"/
+ Received:
"(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[405],{8312:function(n,u,_){(window.__NEXT_P=window.__NEXT_P||[]).push([\"/\",function(){return _(6209)}])},6209:function(n,u,_){\"use strict\";_.r(u);var e=_(5893);_(7294),u.default=()=>(0,e.jsxs)(\"div\",{children:[\"hello:\",\"dev\"]})}},function(n){n.O(0,[888,774,179],function(){return n(n.s=8312)}),_N_E=n.O()}]);"
❯ tests/dotenv.spec.ts:89:28
|
tests/dotenv.spec.ts > test suites of hyper env > parse env files via -e arg:
tests/dotenv.spec.ts#L107
AssertionError: expected '(self.webpackChunk_N_E=self.webpackCh…' to match /"hello:","e_staging2"/
- Expected:
/"hello:","e_staging2"/
+ Received:
"(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[405],{8312:function(n,u,_){(window.__NEXT_P=window.__NEXT_P||[]).push([\"/\",function(){return _(6209)}])},6209:function(n,u,_){\"use strict\";_.r(u);var e=_(5893);_(7294),u.default=()=>(0,e.jsxs)(\"div\",{children:[\"hello:\",\"dev\"]})}},function(n){n.O(0,[888,774,179],function(){return n(n.s=8312)}),_N_E=n.O()}]);"
❯ tests/dotenv.spec.ts:107:28
|
tests/dotenv.spec.ts > test suites of hyper env > parses env files via --path arg:
tests/dotenv.spec.ts#L124
AssertionError: expected '(self.webpackChunk_N_E=self.webpackCh…' to match /"hello:","path_staging"/
- Expected:
/"hello:","path_staging"/
+ Received:
"(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[405],{8312:function(n,u,_){(window.__NEXT_P=window.__NEXT_P||[]).push([\"/\",function(){return _(6209)}])},6209:function(n,u,_){\"use strict\";_.r(u);var e=_(5893);_(7294),u.default=()=>(0,e.jsxs)(\"div\",{children:[\"hello:\",\"dev\"]})}},function(n){n.O(0,[888,774,179],function(){return n(n.s=8312)}),_N_E=n.O()}]);"
❯ tests/dotenv.spec.ts:124:28
|
tests/dotenv.spec.ts > test suites of hyper env > parses env files via -p arg:
tests/dotenv.spec.ts#L141
AssertionError: expected '(self.webpackChunk_N_E=self.webpackCh…' to match /"hello:","p_staging2"/
- Expected:
/"hello:","p_staging2"/
+ Received:
"(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[405],{8312:function(n,u,_){(window.__NEXT_P=window.__NEXT_P||[]).push([\"/\",function(){return _(6209)}])},6209:function(n,u,_){\"use strict\";_.r(u);var e=_(5893);_(7294),u.default=()=>(0,e.jsxs)(\"div\",{children:[\"hello:\",\"dev\"]})}},function(n){n.O(0,[888,774,179],function(){return n(n.s=8312)}),_N_E=n.O()}]);"
❯ tests/dotenv.spec.ts:141:28
|
tests/dotenv.spec.ts > test suites of hyper env > has order of priority:
tests/dotenv.spec.ts#L166
AssertionError: expected '(self.webpackChunk_N_E=self.webpackCh…' to match /"hello:","staging"/
- Expected:
/"hello:","staging"/
+ Received:
"(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[405],{8312:function(n,u,_){(window.__NEXT_P=window.__NEXT_P||[]).push([\"/\",function(){return _(6209)}])},6209:function(n,u,_){\"use strict\";_.r(u);var e=_(5893);_(7294),u.default=()=>(0,e.jsxs)(\"div\",{children:[\"hello:\",\"dev\"]})}},function(n){n.O(0,[888,774,179],function(){return n(n.s=8312)}),_N_E=n.O()}]);"
❯ tests/dotenv.spec.ts:166:28
|
tests/dotenv.spec.ts > test suites of hyper env > has no args with order of priority:
tests/dotenv.spec.ts#L203
AssertionError: expected '(self.webpackChunk_N_E=self.webpackCh…' to match /"hello:","production"/
- Expected:
/"hello:","production"/
+ Received:
"(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[405],{8312:function(n,u,_){(window.__NEXT_P=window.__NEXT_P||[]).push([\"/\",function(){return _(6209)}])},6209:function(n,u,_){\"use strict\";_.r(u);var e=_(5893);_(7294),u.default=()=>(0,e.jsxs)(\"div\",{children:[\"hello:\",\"dev\"]})}},function(n){n.O(0,[888,774,179],function(){return n(n.s=8312)}),_N_E=n.O()}]);"
❯ tests/dotenv.spec.ts:203:28
|
test (18.x)
Process completed with exit code 1.
|