From b6f71ac3d9f5025fd2749da4f89cc04f3d05d48f Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Tue, 12 Nov 2019 13:17:12 +0530 Subject: [PATCH] dev doc update --- remix-tests/src/compiler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remix-tests/src/compiler.ts b/remix-tests/src/compiler.ts index 6162e46e3a..0ff0f9fbba 100644 --- a/remix-tests/src/compiler.ts +++ b/remix-tests/src/compiler.ts @@ -22,7 +22,7 @@ function writeTestAccountsContract (accounts: string[]) { } /** - * Check if path includes name of a remix test file + * @dev Check if path includes name of a remix test file * @param path file path to check */