From a7bb8ccce85c6e8bd619cce32d34a5d372ef85b7 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Sat, 2 Mar 2019 09:33:28 +0900 Subject: Add Deno.version.gnArgs (#1845) To display specific build args passed to GN. --- js/version_test.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/version_test.ts') diff --git a/js/version_test.ts b/js/version_test.ts index d3d1bc3df..bef00dbc3 100644 --- a/js/version_test.ts +++ b/js/version_test.ts @@ -6,3 +6,7 @@ test(function version() { assert(pattern.test(Deno.version.v8)); assert(pattern.test(Deno.version.typescript)); }); + +test(function versionGnArgs() { + assert(Deno.version.gnArgs.length > 100); +}); -- cgit v1.2.3