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 58926d4 commit 822d96dCopy full SHA for 822d96d
Tests/V8Tests/XCTestManifests.swift
@@ -21,6 +21,8 @@ extension V8Tests {
21
("testEvaluate", testEvaluate),
22
("testException", testException),
23
("testFunction", testFunction),
24
+ ("testPersistentContext", testPersistentContext),
25
+ ("testSandbox", testSandbox),
26
]
27
}
28
0 commit comments