From 03b14b261ff86e3fbc594d926fe0079df51527e7 Mon Sep 17 00:00:00 2001 From: David Chambers Date: Sun, 17 Mar 2019 16:27:05 +0100 Subject: [PATCH] =?UTF-8?q?doctest:=20specify=20=E2=80=98opening-delimiter?= =?UTF-8?q?=E2=80=99=20so=20doctests=20are=20detected=20and=20run?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.config b/.config index 22729bb..d357a86 100644 --- a/.config +++ b/.config @@ -1,3 +1,4 @@ author-name = Aldwin Vlasblom +opening-delimiter = ```js repo-owner = Avaq repo-name = permissionary diff --git a/.gitignore b/.gitignore index cad97e4..810562a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/.nyc_output/ /coverage/ /examples/node_modules/ /node_modules/