From e6d674ef7ae0f0d82875a2abafbaf0c63db7cef1 Mon Sep 17 00:00:00 2001 From: Mike Pennisi Date: Sun, 3 Dec 2017 00:20:06 -0500 Subject: Rename negative test "phase" for module resolution --- INTERPRETING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'INTERPRETING.md') diff --git a/INTERPRETING.md b/INTERPRETING.md index c3a31bb65..0a10c7fd2 100644 --- a/INTERPRETING.md +++ b/INTERPRETING.md @@ -162,8 +162,9 @@ attribute is a YAML dictonary with two keys: - `phase` - the stage of the test interpretation process that the error is expected to be produced; either "parse" (meaning, "while parsing the source - text"), "early" (meaning, "prior to evaluation") or "runtime" (meaning, - "during evaluation") + text"), "early" (meaning, "prior to evaluation"), "resolution" (meaining, + "during ES2015 module resolution"), or "runtime" (meaning, "during + evaluation") - `type` - the name of the constructor of the expected error If a test configured with the `negative` attribute completes without throwing -- cgit v1.2.1