From aa888e666ae4e5856519947fb44ac49896a102ee Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Tue, 9 Jan 2018 15:09:47 -0500 Subject: [PATCH] fix wording [skip ci] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 86652244f0..80a09cc74e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -179,7 +179,7 @@ For example, in [`@babel/plugin-transform-exponentiation-operator/test`](https:/ - If you need to expect an error, you can ignore creating the `output.js` file and pass a new `throws` key to the `options.json` that contains the error string that is created. - The second and preferred type is a test that actually evaluates the produced code and asserts that certain properties are true or false. We do this by creating an [`exec.js`](https://github.com/babel/babel/blob/master/packages/babel-plugin-transform-exponentiation-operator/test/fixtures/exponentian-operator/comprehensive/exec.js) file. -In an actual/expected test, you simply write out the code you want transformed in `input.js`. +In a fixture test, you simply write out the code you want transformed in `input.js`. ```js // input.js