From 6009dc0ccfe73678e0060e229cf07d714be1f194 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Thu, 1 Mar 2018 15:48:59 -0500 Subject: [PATCH] Add PR link to meteor.testModule History.md entry. [ci skip] --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index 2e75e92d8b..fbcd9ec93d 100644 --- a/History.md +++ b/History.md @@ -51,7 +51,7 @@ check `Meteor.isAppTest`. The module(s) specified by `meteor.testModule` can import other test modules at runtime, so you can still distribute test files across your codebase; just make sure you import the ones you - want to run. + want to run. [PR #9714](https://github.com/meteor/meteor/pull/9714) * The `reify` npm package has been updated to version 0.14.2.