mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
18 lines
251 B
Plaintext
18 lines
251 B
Plaintext
meta {
|
|
name: test-safe-mode-true
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: https://echo.usebruno.com
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
tests {
|
|
test("bru.isSafeMode() returns true in safe mode", function() {
|
|
expect(bru.isSafeMode()).to.be.true;
|
|
});
|
|
}
|