Enable rust-sdk tracing for device tests
... because knowing why your tests are failing is nice
This commit is contained in:
committed by
Damir Jelić
parent
0a5ef29c34
commit
0ccb1efded
@@ -27,7 +27,9 @@ const {
|
||||
QrCodeScan,
|
||||
} = require("../pkg/matrix_sdk_crypto_js");
|
||||
const { zip, addMachineToMachine } = require("./helper");
|
||||
const { VerificationRequestPhase } = require("../pkg");
|
||||
const { Tracing, LoggerLevel, VerificationRequestPhase } = require("../pkg");
|
||||
|
||||
new Tracing(LoggerLevel.Trace).turnOn();
|
||||
|
||||
describe("LocalTrust", () => {
|
||||
test("has the correct variant values", () => {
|
||||
|
||||
Reference in New Issue
Block a user