We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52341f6 commit e1365c8Copy full SHA for e1365c8
tests/testthat/test-describe.R
@@ -37,6 +37,7 @@ describe("describe", {
37
expect_equal(1, someInternalVariable)
38
})
39
40
+ # prefix is needed to test this use case
41
testthat::it("should be possible to use variables from outer environments with package prefix", {
42
expect_equal(1, someExternalVariable)
43
0 commit comments