From b98f9f1efe6521645615146555004915ef6ecc8e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 24 May 2018 10:12:35 -0400 Subject: Replace Node test runner with golang one. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a31e3c08..204adccf9 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,6 @@ TS_FILES = \ msg.pb.js \ os.ts \ runtime.ts \ - test.js \ timers.ts \ tsconfig.json \ types.ts \ @@ -69,7 +68,6 @@ fmt: node_modules clang-format msg.proto -i test: deno - node test.js - go test + go test -v .PHONY: test lint clean distclean -- cgit v1.2.3