UNPKG
bach-magic
Version:
latest (0.1.0)
0.1.0
Magic MCP UI builder by 21st.dev
21st.dev/magic
21st-dev/magic-mcp
bach-magic
/
dist
/
utils
/
http-client.test.js
7 lines
(6 loc)
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
BASE_URL
}
from
"./http-client.js"
;
describe
(
"http-client"
,
() =>
{
it
(
"should use production URL in production environment"
,
() =>
{
expect
(
BASE_URL
).
toBe
(
"https://magic.21st.dev"
); }); });