From 0c47cd67850e4c195212c8edfcb3a62b8435ed3a Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 25 Apr 2020 09:31:54 -0400 Subject: introduce unstable flag, make a few things unstable (#4892) --- test_plugin/tests/integration_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'test_plugin') diff --git a/test_plugin/tests/integration_tests.rs b/test_plugin/tests/integration_tests.rs index fc18d79d9..1f118b77a 100644 --- a/test_plugin/tests/integration_tests.rs +++ b/test_plugin/tests/integration_tests.rs @@ -31,6 +31,7 @@ fn basic() { assert!(build_plugin_output.status.success()); let output = deno_cmd() .arg("--allow-plugin") + .arg("--unstable") .arg("tests/test.js") .arg(BUILD_VARIANT) .output() -- cgit v1.2.3