// Test: invalid scope value should produce compile error
useviewpoint_test_macros::test;// This should fail to compile: "invalid" is not a valid scope
#[test(scope ="invalid")]
async fntest_invalid_scope_value(page:viewpoint_core::Page){let_= page;}fnmain(){}