From a76fb6760fc2f653c2088f79152338cc99380cf1 Mon Sep 17 00:00:00 2001 From: TheJoeSchr <8218910+TheJoeSchr@users.noreply.github.com> Date: Tue, 7 Feb 2023 09:34:47 +0100 Subject: [PATCH] docs(README): missing `,` (#44) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d28450..6e90407 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ require("neotest").setup({ -- Can also be a function to return dynamic value. -- If not provided, the path will be inferred by checking for -- virtual envs in the local directory and for Pipenev/Poetry configs - python = ".venv/bin/python" + python = ".venv/bin/python", -- Returns if a given file path is a test file. -- NB: This function is called a lot so don't perform any heavy tasks within it. is_test_file = function(file_path)