Files
Pooja a724f010ff fix bru safe mode and add test (#6667)
* fix bru safe mode and add tests

* rm: settimeout

fix: isSafe mode test (#6844)
2026-01-19 17:26:12 +05:30

18 lines
259 B
Plaintext

meta {
name: test-safe-mode-false
type: http
seq: 2
}
get {
url: https://echo.usebruno.com
body: none
auth: none
}
tests {
test("bru.isSafeMode() returns false in developer mode", function() {
expect(bru.isSafeMode()).to.be.false;
});
}