@oclif/test 2.1.0 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -16,5 +16,6 @@ exports.test = fancy_test_1.fancy
16
16
  .register('loadConfig', load_config_1.loadConfig)
17
17
  .register('command', command_1.command)
18
18
  .register('exit', exit_1.default)
19
- .register('hook', hook_1.default);
19
+ .register('hook', hook_1.default)
20
+ .env({ NODE_ENV: 'test' });
20
21
  exports.default = exports.test;
package/package.json CHANGED
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "@oclif/test",
3
3
  "description": "test helpers for oclif components",
4
- "version": "2.1.0",
4
+ "version": "2.1.2",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/test/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^1.3.1",
8
+ "@oclif/core": "^1.16.4",
9
9
  "fancy-test": "^2.0.0"
10
10
  },
11
11
  "devDependencies": {
12
12
  "@types/chai": "^4.1.7",
13
- "@types/mocha": "^9.0.0",
13
+ "@types/mocha": "^9.1.1",
14
14
  "@types/node": "^14.18.0",
15
15
  "chai": "^4.2.0",
16
16
  "eslint": "^7.32.0",
17
17
  "eslint-config-oclif": "^4.0.0",
18
- "eslint-config-oclif-typescript": "^1.0.2",
18
+ "eslint-config-oclif-typescript": "^1.0.3",
19
19
  "globby": "^11.0.1",
20
20
  "mocha": "^9",
21
21
  "nock": "^13.0.1",
22
22
  "shx": "^0.3.3",
23
23
  "ts-node": "^9.0.0",
24
- "typescript": "4.4.3"
24
+ "typescript": "4.6.4"
25
25
  },
26
26
  "engines": {
27
27
  "node": ">=12.0.0"
@@ -45,4 +45,4 @@
45
45
  "pretest": "yarn build --noEmit && tsc -p test --noEmit"
46
46
  },
47
47
  "types": "lib/index.d.ts"
48
- }
48
+ }
package/CHANGELOG.md DELETED
@@ -1,632 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ## [2.1.0](https://github.com/oclif/test/compare/v2.0.3...v2.1.0) (2022-02-10)
6
-
7
-
8
- ### Features
9
-
10
- * support commands with spaces ([531f8e0](https://github.com/oclif/test/commit/531f8e08e101e084a050410a6d63ac28c3277de9))
11
-
12
- ### [2.0.3](https://github.com/oclif/test/compare/v2.0.2...v2.0.3) (2021-12-08)
13
-
14
-
15
- ### Bug Fixes
16
-
17
- * align deps ([742fdb3](https://github.com/oclif/test/commit/742fdb301057fef5762a83ff65b361873f338769))
18
-
19
- ### [2.0.2](https://github.com/oclif/test/compare/v2.0.1...v2.0.2) (2021-12-02)
20
-
21
-
22
- ### Bug Fixes
23
-
24
- * update package to v2 minimums ([52115cf](https://github.com/oclif/test/commit/52115cfa36ba73779e7f0bce80e17d6fc285da7d))
25
-
26
- ### [2.0.1](https://github.com/oclif/test/compare/v1.2.8...v2.0.1) (2021-10-04)
27
-
28
-
29
- ### ⚠ BREAKING CHANGES
30
-
31
- * require node 12+ (#189)
32
- * update to oclif/core
33
-
34
- ### Bug Fixes
35
-
36
- * ci ([3297d16](https://github.com/oclif/test/commit/3297d16beeb7fb1b1766584a4f55cb6a1b12519d))
37
- * release-process ([1d414db](https://github.com/oclif/test/commit/1d414db733e41c630690420e7c8da1610855a4a6))
38
- * trigger release ([65bd420](https://github.com/oclif/test/commit/65bd420c7e575e27fab56751f1b4f2bc4d6ecc75))
39
-
40
-
41
- * Merge pull request #179 from oclif/re/oclif-core ([fedc128](https://github.com/oclif/test/commit/fedc128a6df0fe5aca2a520764f0261af3aadfa4)), closes [#179](https://github.com/oclif/test/issues/179)
42
-
43
-
44
- ### build
45
-
46
- * require node 12+ ([#189](https://github.com/oclif/test/issues/189)) ([04ac33e](https://github.com/oclif/test/commit/04ac33e34bf5acf9e5cde3f4d8780861d0504b3b))
47
-
48
- ## [1.2.8](https://github.com/oclif/test/compare/v1.2.7...v1.2.8) (2020-12-02)
49
-
50
-
51
- ### Bug Fixes
52
-
53
- * **deps:** bump fancy-test from 1.4.9 to 1.4.10 ([#126](https://github.com/oclif/test/issues/126)) ([132c914](https://github.com/oclif/test/commit/132c914d6fcfc92d6a90352706b28769c3ef22e7))
54
-
55
- ## [1.2.7](https://github.com/oclif/test/compare/v1.2.6...v1.2.7) (2020-09-01)
56
-
57
-
58
- ### Bug Fixes
59
-
60
- * **deps-dev:** bump eslint from 7.7.0 to 7.8.0 ([#111](https://github.com/oclif/test/issues/111)) ([2d81e06](https://github.com/oclif/test/commit/2d81e0653e0b27d6b3f6e666b63c066d789b154b))
61
-
62
- ## [1.2.2](https://github.com/oclif/test/compare/v1.2.1...v1.2.2) (2018-10-13)
63
-
64
-
65
- ### Bug Fixes
66
-
67
- * remove greenkeeper badge ([35730ff](https://github.com/oclif/test/commit/35730ff))
68
-
69
- ## [1.2.1](https://github.com/oclif/test/compare/v1.2.0...v1.2.1) (2018-09-14)
70
-
71
-
72
- ### Bug Fixes
73
-
74
- * require arguments to hook and command ([38982b5](https://github.com/oclif/test/commit/38982b5))
75
-
76
- # [1.2.0](https://github.com/oclif/test/compare/9af539d38f45f813f825a918baebfee17f9440dc...v1.2.0) (2018-08-17)
77
-
78
-
79
- ### Features
80
-
81
- * typescript 3.0 ([08c44ba](https://github.com/oclif/test/commit/08c44ba))
82
-
83
- <a name="1.1.0"></a>
84
- # [1.1.0](https://github.com/oclif/test/compare/bb2466b47bdb57e7852c15f3d8369c296a148db3...v1.1.0) (2018-06-14)
85
-
86
-
87
- ### Features
88
-
89
- * updated fancy-test ([9af539d](https://github.com/oclif/test/commit/9af539d))
90
-
91
- <a name="1.0.9"></a>
92
- ## [1.0.9](https://github.com/oclif/test/compare/a5beadfcd2868abf6680ab1923157fc272e3583d...v1.0.9) (2018-06-01)
93
-
94
-
95
- ### Bug Fixes
96
-
97
- * updated deps ([bb2466b](https://github.com/oclif/test/commit/bb2466b))
98
-
99
- <a name="1.0.8"></a>
100
- ## [1.0.8](https://github.com/oclif/test/compare/18433ffcb770fcb56a51040419b1a6287ddc686c...v1.0.8) (2018-06-01)
101
-
102
-
103
- ### Bug Fixes
104
-
105
- * updated deps ([a5beadf](https://github.com/oclif/test/commit/a5beadf))
106
-
107
- <a name="1.0.7"></a>
108
- ## [1.0.7](https://github.com/oclif/test/compare/1073eb5982d805f92a4c0399cd18ae61576c0e3d...v1.0.7) (2018-06-01)
109
-
110
-
111
- ### Bug Fixes
112
-
113
- * bump deps ([18433ff](https://github.com/oclif/test/commit/18433ff))
114
-
115
- <a name="1.0.6"></a>
116
- ## [1.0.6](https://github.com/oclif/test/compare/90e407f6cefec2416f9cf33b572db297d6901769...v1.0.6) (2018-05-01)
117
-
118
-
119
- ### Bug Fixes
120
-
121
- * updated fancy-test ([1073eb5](https://github.com/oclif/test/commit/1073eb5))
122
-
123
- <a name="1.0.5"></a>
124
- ## [1.0.5](https://github.com/oclif/test/compare/b30b892e91729769bf2e991ca5922926a7add90b...v1.0.5) (2018-04-18)
125
-
126
-
127
- ### Bug Fixes
128
-
129
- * updated deps ([90e407f](https://github.com/oclif/test/commit/90e407f))
130
-
131
- <a name="1.0.4"></a>
132
- ## [1.0.4](https://github.com/oclif/test/compare/97986a4ea3ac8d703d2c755a29dd9282bd2eb4b1...v1.0.4) (2018-04-06)
133
-
134
-
135
- ### Bug Fixes
136
-
137
- * fixed exit ([b30b892](https://github.com/oclif/test/commit/b30b892))
138
-
139
- <a name="1.0.3"></a>
140
- ## [1.0.3](https://github.com/oclif/test/compare/ad5d869d3ca7afb926f0fbbefc8d92b6c4f1a7ba...v1.0.3) (2018-04-06)
141
-
142
-
143
- ### Bug Fixes
144
-
145
- * fixed exit ([97986a4](https://github.com/oclif/test/commit/97986a4))
146
-
147
- <a name="1.0.2"></a>
148
- ## [1.0.2](https://github.com/oclif/test/compare/65323ebfc55d4c13fb9e4bef2b961a4bc8065a4b...v1.0.2) (2018-04-06)
149
-
150
-
151
- ### Bug Fixes
152
-
153
- * updated fancy-test ([ad5d869](https://github.com/oclif/test/commit/ad5d869))
154
-
155
- <a name="1.0.1"></a>
156
- ## [1.0.1](https://github.com/oclif/test/compare/v1.0.0...v1.0.1) (2018-02-13)
157
-
158
-
159
- ### Bug Fixes
160
-
161
- * updated deps ([65323eb](https://github.com/oclif/test/commit/65323eb))
162
-
163
- <a name="0.10.16"></a>
164
- ## [0.10.16](https://github.com/oclif/test/compare/e3693460c4c91ee8e0f932b28304faaf8ce2f523...v0.10.16) (2018-02-13)
165
-
166
-
167
- ### Bug Fixes
168
-
169
- * updated deps ([76353b9](https://github.com/oclif/test/commit/76353b9))
170
-
171
- <a name="0.10.15"></a>
172
- ## [0.10.15](https://github.com/anycli/test/compare/4b33a6cbc4544870f49b5dc5b7625bf388b5e083...v0.10.15) (2018-02-07)
173
-
174
-
175
- ### Bug Fixes
176
-
177
- * updated command ([18ca930](https://github.com/anycli/test/commit/18ca930))
178
-
179
- <a name="0.10.14"></a>
180
- ## [0.10.14](https://github.com/anycli/test/compare/25f527145b8548083896f4c440cae92219ddef6c...v0.10.14) (2018-02-07)
181
-
182
-
183
- ### Bug Fixes
184
-
185
- * async ([4b33a6c](https://github.com/anycli/test/commit/4b33a6c))
186
-
187
- <a name="0.10.13"></a>
188
- ## [0.10.13](https://github.com/anycli/test/compare/123a4cf6c04f1e0d86a999b8848b3034174a5c86...v0.10.13) (2018-02-07)
189
-
190
-
191
- ### Bug Fixes
192
-
193
- * run init hook ([25f5271](https://github.com/anycli/test/commit/25f5271))
194
- * run init hook ([d902662](https://github.com/anycli/test/commit/d902662))
195
-
196
- <a name="0.10.12"></a>
197
- ## [0.10.12](https://github.com/anycli/test/compare/e807e1997757ccf16828433cab2ea29a5a8b97be...v0.10.12) (2018-02-07)
198
-
199
-
200
- ### Bug Fixes
201
-
202
- * updated config ([123a4cf](https://github.com/anycli/test/commit/123a4cf))
203
-
204
- <a name="0.10.11"></a>
205
- ## [0.10.11](https://github.com/anycli/test/compare/61c267f0ad0e76ce08b1015cfe76d80769bf4440...v0.10.11) (2018-02-05)
206
-
207
-
208
- ### Bug Fixes
209
-
210
- * updated with config/command changes ([e807e19](https://github.com/anycli/test/commit/e807e19))
211
-
212
- <a name="0.10.10"></a>
213
- ## [0.10.10](https://github.com/anycli/test/compare/6979084b79f1c39ee6b8c2da201f70d6f0077faf...v0.10.10) (2018-02-05)
214
-
215
-
216
- ### Bug Fixes
217
-
218
- * remove lodash ([61c267f](https://github.com/anycli/test/commit/61c267f))
219
-
220
- <a name="0.10.9"></a>
221
- ## [0.10.9](https://github.com/anycli/test/compare/c1b6e1aa3f5fe2f3ea400a5dda0fe4734e39595c...v0.10.9) (2018-02-03)
222
-
223
-
224
- ### Bug Fixes
225
-
226
- * put reset flag on loadConfig ([6979084](https://github.com/anycli/test/commit/6979084))
227
-
228
- <a name="0.10.8"></a>
229
- ## [0.10.8](https://github.com/anycli/test/compare/83bdc23f9565d74eac32bc28b3a756443b2464dc...v0.10.8) (2018-02-03)
230
-
231
-
232
- ### Bug Fixes
233
-
234
- * export command ([c1b6e1a](https://github.com/anycli/test/commit/c1b6e1a))
235
-
236
- <a name="0.10.7"></a>
237
- ## [0.10.7](https://github.com/anycli/test/compare/54303a06893c4232824e7e91f66464bd4c999ee8...v0.10.7) (2018-02-03)
238
-
239
-
240
- ### Bug Fixes
241
-
242
- * bump config ([83bdc23](https://github.com/anycli/test/commit/83bdc23))
243
- * clear plugincache ([61ec050](https://github.com/anycli/test/commit/61ec050))
244
-
245
- <a name="0.10.6"></a>
246
- ## [0.10.6](https://github.com/anycli/test/compare/fa184dab258fdb91ff1799c91853c1a8fc140355...v0.10.6) (2018-02-03)
247
-
248
-
249
- ### Bug Fixes
250
-
251
- * fixed loadConfig with hooks ([54303a0](https://github.com/anycli/test/commit/54303a0))
252
-
253
- <a name="0.10.5"></a>
254
- ## [0.10.5](https://github.com/anycli/test/compare/232226999009377aca4e11d4be0b42292178d8ae...v0.10.5) (2018-02-03)
255
-
256
-
257
- ### Bug Fixes
258
-
259
- * updated to work with new config/command ([fa184da](https://github.com/anycli/test/commit/fa184da))
260
-
261
- <a name="0.10.4"></a>
262
- ## [0.10.4](https://github.com/anycli/test/compare/07edc1c42f32ba3ecc534f4bea0f2db61b0d9955...v0.10.4) (2018-02-02)
263
-
264
-
265
- ### Bug Fixes
266
-
267
- * updated deps ([2322269](https://github.com/anycli/test/commit/2322269))
268
-
269
- <a name="0.10.3"></a>
270
- ## [0.10.3](https://github.com/anycli/test/compare/5fd5b9162030fe7c140e9084e016f15b2fcf20f5...v0.10.3) (2018-02-02)
271
-
272
-
273
- ### Bug Fixes
274
-
275
- * updated deps ([07edc1c](https://github.com/anycli/test/commit/07edc1c))
276
-
277
- <a name="0.10.2"></a>
278
- ## [0.10.2](https://github.com/anycli/test/compare/f69f12493fdd456dd822d70f9698f82cbbc7c90c...v0.10.2) (2018-02-01)
279
-
280
-
281
- ### Bug Fixes
282
-
283
- * lazy load engine ([5fd5b91](https://github.com/anycli/test/commit/5fd5b91))
284
-
285
- <a name="0.10.1"></a>
286
- ## [0.10.1](https://github.com/anycli/test/compare/ac8b8ad827acddd1f06b2f47941543d1497e9f59...v0.10.1) (2018-02-01)
287
-
288
-
289
- ### Bug Fixes
290
-
291
- * updated engine ([f69f124](https://github.com/anycli/test/commit/f69f124))
292
-
293
- <a name="0.10.0"></a>
294
- # [0.10.0](https://github.com/anycli/test/compare/815def79357243b1f4d572609d2a0fe3a795be8c...v0.10.0) (2018-01-31)
295
-
296
-
297
- ### Features
298
-
299
- * added loadEngine ([ac8b8ad](https://github.com/anycli/test/commit/ac8b8ad))
300
-
301
- <a name="0.9.20"></a>
302
- ## [0.9.20](https://github.com/anycli/test/compare/v0.9.19...v0.9.20) (2018-01-31)
303
-
304
-
305
- ### Bug Fixes
306
-
307
- * anycli rename ([815def7](https://github.com/anycli/test/commit/815def7))
308
- * anycli rename ([ca39cc9](https://github.com/anycli/test/commit/ca39cc9))
309
-
310
- <a name="0.9.19"></a>
311
- ## [0.9.19](https://github.com/dxcli/test/compare/46ce619516b71b5b285090f31a151119d9d93fce...v0.9.19) (2018-01-29)
312
-
313
-
314
- ### Bug Fixes
315
-
316
- * updated engine ([6d396b1](https://github.com/dxcli/test/commit/6d396b1))
317
-
318
- <a name="0.9.18"></a>
319
- ## [0.9.18](https://github.com/dxcli/test/compare/6c0a79775313da04ac3df1520af1144426deebd3...v0.9.18) (2018-01-28)
320
-
321
-
322
- ### Bug Fixes
323
-
324
- * remove peer dep ([46ce619](https://github.com/dxcli/test/commit/46ce619))
325
-
326
- <a name="0.9.17"></a>
327
- ## [0.9.17](https://github.com/dxcli/test/compare/11b76681d9fbb4b5519f08b097a8abf38b277bd1...v0.9.17) (2018-01-28)
328
-
329
-
330
- ### Bug Fixes
331
-
332
- * add [@dxcli](https://github.com/dxcli)/command ([6c0a797](https://github.com/dxcli/test/commit/6c0a797))
333
- * fixing example publishing ([adee5fe](https://github.com/dxcli/test/commit/adee5fe))
334
-
335
- <a name="0.9.16"></a>
336
- ## [0.9.16](https://github.com/dxcli/test/compare/43dfa2997d4d3889d6a5af0300a1310f5f727eb2...v0.9.16) (2018-01-28)
337
-
338
-
339
- ### Bug Fixes
340
-
341
- * fixed config loading ([11b7668](https://github.com/dxcli/test/commit/11b7668))
342
-
343
- <a name="0.9.15"></a>
344
- ## [0.9.15](https://github.com/dxcli/test/compare/1c361aa61eabdd02a887339d656eb06f86244a4c...v0.9.15) (2018-01-28)
345
-
346
-
347
- ### Bug Fixes
348
-
349
- * updated fancy-test ([43dfa29](https://github.com/dxcli/test/commit/43dfa29))
350
-
351
- <a name="0.9.14"></a>
352
- ## [0.9.14](https://github.com/dxcli/test/compare/1c9f8a395b48bf0489afb3badc5eef02dd9acb36...v0.9.14) (2018-01-28)
353
-
354
-
355
- ### Bug Fixes
356
-
357
- * ran generator ([1c361aa](https://github.com/dxcli/test/commit/1c361aa))
358
-
359
- <a name="0.9.13"></a>
360
- ## [0.9.13](https://github.com/dxcli/test/compare/9e620edba0962ffb08182f166cff6c6db0c759ce...v0.9.13) (2018-01-28)
361
-
362
-
363
- ### Bug Fixes
364
-
365
- * ran generator ([1c9f8a3](https://github.com/dxcli/test/commit/1c9f8a3))
366
-
367
- <a name="0.9.12"></a>
368
- ## [0.9.12](https://github.com/dxcli/dev-test/compare/d800eb1e0453b4dc928e103ad8384b7a4285d596...v0.9.12) (2018-01-27)
369
-
370
-
371
- ### Bug Fixes
372
-
373
- * updated deps ([11e18c0](https://github.com/dxcli/dev-test/commit/11e18c0))
374
-
375
- <a name="0.9.11"></a>
376
- ## [0.9.11](https://github.com/dxcli/dev-test/compare/d4a55140333f0cc4ba0601b975dcd2f8f746c739...v0.9.11) (2018-01-27)
377
-
378
-
379
- ### Bug Fixes
380
-
381
- * move everything to devDependencies to use [@dxcli](https://github.com/dxcli)/dev instead ([d800eb1](https://github.com/dxcli/dev-test/commit/d800eb1))
382
-
383
- <a name="0.9.10"></a>
384
- ## [0.9.10](https://github.com/dxcli/dev-test/compare/2473c2f8dbc9fb30aa49d7319cd8c0367a030e5b...v0.9.10) (2018-01-27)
385
-
386
-
387
- ### Bug Fixes
388
-
389
- * added types ([d4a5514](https://github.com/dxcli/dev-test/commit/d4a5514))
390
-
391
- <a name="0.9.9"></a>
392
- ## [0.9.9](https://github.com/dxcli/dev-test/compare/7c2f91a8ac9d82873fe2661c9b8a075b9a04791e...v0.9.9) (2018-01-27)
393
-
394
-
395
- ### Bug Fixes
396
-
397
- * updated deps ([2473c2f](https://github.com/dxcli/dev-test/commit/2473c2f))
398
-
399
- <a name="0.9.8"></a>
400
- ## [0.9.8](https://github.com/dxcli/dev-test/compare/46b00dbd6ef575ccc35caa31580beb636656c595...v0.9.8) (2018-01-26)
401
-
402
-
403
- ### Bug Fixes
404
-
405
- * updated deps ([7c2f91a](https://github.com/dxcli/dev-test/commit/7c2f91a))
406
-
407
- <a name="0.9.7"></a>
408
- ## [0.9.7](https://github.com/dxcli/dev-test/compare/319439d66a91a6f733cf67f30fc9ba9730cbd4f0...v0.9.7) (2018-01-26)
409
-
410
-
411
- ### Bug Fixes
412
-
413
- * updated fancy-test ([46b00db](https://github.com/dxcli/dev-test/commit/46b00db))
414
-
415
- <a name="0.9.6"></a>
416
- ## [0.9.6](https://github.com/dxcli/dev-test/compare/b930f9d913b48981781e064317869f932e16730f...v0.9.6) (2018-01-26)
417
-
418
-
419
- ### Bug Fixes
420
-
421
- * updated fancy-test ([319439d](https://github.com/dxcli/dev-test/commit/319439d))
422
-
423
- <a name="0.9.5"></a>
424
- ## [0.9.5](https://github.com/dxcli/dev-test/compare/ed2562de6b7073e6a9db4f051aeec925d2cca539...v0.9.5) (2018-01-26)
425
-
426
-
427
- ### Bug Fixes
428
-
429
- * updated fancy-test ([b930f9d](https://github.com/dxcli/dev-test/commit/b930f9d))
430
-
431
- <a name="0.9.4"></a>
432
- ## [0.9.4](https://github.com/dxcli/dev-test/compare/639c410f45e9a361417acba72586fe6e4d294fe5...v0.9.4) (2018-01-26)
433
-
434
-
435
- ### Bug Fixes
436
-
437
- * updated fancy-test ([ed2562d](https://github.com/dxcli/dev-test/commit/ed2562d))
438
-
439
- <a name="0.9.3"></a>
440
- ## [0.9.3](https://github.com/dxcli/dev-test/compare/f0f450e8ecfa1600ba329f30811a10432e56f5d0...v0.9.3) (2018-01-26)
441
-
442
-
443
- ### Bug Fixes
444
-
445
- * updated fancy-test ([39078f0](https://github.com/dxcli/dev-test/commit/39078f0))
446
-
447
- <a name="0.9.2"></a>
448
- ## [0.9.2](https://github.com/dxcli/dev-test/compare/275ae1e49fc427d9e9093f931ba9668ecddb5d0b...v0.9.2) (2018-01-25)
449
-
450
-
451
- ### Bug Fixes
452
-
453
- * added some exports ([f0f450e](https://github.com/dxcli/dev-test/commit/f0f450e))
454
- * updated fancy-mocha ([8420ab2](https://github.com/dxcli/dev-test/commit/8420ab2))
455
- * updated fancy-mocha ([d78793e](https://github.com/dxcli/dev-test/commit/d78793e))
456
-
457
- <a name="0.9.1"></a>
458
- ## [0.9.1](https://github.com/dxcli/dev-test/compare/89d55b19ebdd7c04daad9c5156b4b62fb36d22ce...v0.9.1) (2018-01-25)
459
-
460
-
461
- ### Bug Fixes
462
-
463
- * fix defaulting root ([275ae1e](https://github.com/dxcli/dev-test/commit/275ae1e))
464
-
465
- <a name="0.9.0"></a>
466
- # [0.9.0](https://github.com/dxcli/dev-test/compare/b7a1d2557905ffd8b59ab1333d236b5e768301e3...v0.9.0) (2018-01-25)
467
-
468
-
469
- ### Features
470
-
471
- * use fancy-mocha ([89d55b1](https://github.com/dxcli/dev-test/commit/89d55b1))
472
-
473
- <a name="0.8.0"></a>
474
- # [0.8.0](https://github.com/dxcli/dev-test/compare/036ec315486d5caf3af301df37f9c252ecb64fe4...v0.8.0) (2018-01-21)
475
-
476
-
477
- ### Features
478
-
479
- * use fancy-mocha ([b7a1d25](https://github.com/dxcli/dev-test/commit/b7a1d25))
480
-
481
- <a name="0.7.0"></a>
482
- # [0.7.0](https://github.com/dxcli/dev-test/compare/5b214ad519747c8e999dae7ae809b680c4373f63...v0.7.0) (2018-01-20)
483
-
484
-
485
- ### Features
486
-
487
- * added error to hook callback ([036ec31](https://github.com/dxcli/dev-test/commit/036ec31))
488
-
489
- <a name="0.6.1"></a>
490
- ## [0.6.1](https://github.com/dxcli/dev-test/compare/e5f9a87977d3d7cc901297874b0135def95362d2...v0.6.1) (2018-01-20)
491
-
492
-
493
- ### Bug Fixes
494
-
495
- * better exit error handling ([5b214ad](https://github.com/dxcli/dev-test/commit/5b214ad))
496
-
497
- <a name="0.6.0"></a>
498
- # [0.6.0](https://github.com/dxcli/dev-test/compare/9606dddb2a1420ee0384b27f5c84c3c73d2e161e...v0.6.0) (2018-01-20)
499
-
500
-
501
- ### Features
502
-
503
- * added testHook callback ([e5f9a87](https://github.com/dxcli/dev-test/commit/e5f9a87))
504
-
505
- <a name="0.5.2"></a>
506
- ## [0.5.2](https://github.com/dxcli/dev-test/compare/b578460b88d0c4079d4749ecaaf2a35796715d3c...v0.5.2) (2018-01-20)
507
-
508
-
509
- ### Bug Fixes
510
-
511
- * updated deps ([3dabf24](https://github.com/dxcli/dev-test/commit/3dabf24))
512
-
513
- <a name="0.5.1"></a>
514
- ## [0.5.1](https://github.com/dxcli/dev-test/compare/016ca5eba672058d70bf9bff6df64653ac29f3cd...v0.5.1) (2018-01-20)
515
-
516
-
517
- ### Bug Fixes
518
-
519
- * show all args ([b578460](https://github.com/dxcli/dev-test/commit/b578460))
520
-
521
- <a name="0.5.0"></a>
522
- # [0.5.0](https://github.com/dxcli/dev-test/compare/0ccdabed9721ba044e8d5a75db391c0f126d6e54...v0.5.0) (2018-01-20)
523
-
524
-
525
- ### Features
526
-
527
- * added testCommand callback ([016ca5e](https://github.com/dxcli/dev-test/commit/016ca5e))
528
-
529
- <a name="0.4.4"></a>
530
- ## [0.4.4](https://github.com/dxcli/dev-test/compare/c9d091091f0faeb52d11fd3897c22de413634bd5...v0.4.4) (2018-01-20)
531
-
532
-
533
- ### Bug Fixes
534
-
535
- * bump engine ([0ccdabe](https://github.com/dxcli/dev-test/commit/0ccdabe))
536
-
537
- <a name="0.4.3"></a>
538
- ## [0.4.3](https://github.com/dxcli/dev-test/compare/306c3ee9d27460a56bf3be1d9f31ea8e14084a23...v0.4.3) (2018-01-20)
539
-
540
-
541
- ### Bug Fixes
542
-
543
- * exit code check ([c9d0910](https://github.com/dxcli/dev-test/commit/c9d0910))
544
-
545
- <a name="0.4.2"></a>
546
- ## [0.4.2](https://github.com/dxcli/dev-test/compare/28b9e3b1cde70174831a2d175f6d7c542e59fb72...v0.4.2) (2018-01-20)
547
-
548
-
549
- ### Bug Fixes
550
-
551
- * updated deps ([306c3ee](https://github.com/dxcli/dev-test/commit/306c3ee))
552
-
553
- <a name="0.4.1"></a>
554
- ## [0.4.1](https://github.com/dxcli/dev-test/compare/39bc87761d4cce79d38ed69a66592ac499d6347e...v0.4.1) (2018-01-20)
555
-
556
-
557
- ### Bug Fixes
558
-
559
- * added sourceMap ([e17e4aa](https://github.com/dxcli/dev-test/commit/e17e4aa))
560
- * updated dependencies ([28b9e3b](https://github.com/dxcli/dev-test/commit/28b9e3b))
561
-
562
- <a name="0.4.0"></a>
563
- # [0.4.0](https://github.com/dxcli/dev-test/compare/bbe7683a7e6eb0c27e387e9d085dae0f669fb867...v0.4.0) (2018-01-20)
564
-
565
-
566
- ### Features
567
-
568
- * added testHook ([39bc877](https://github.com/dxcli/dev-test/commit/39bc877))
569
-
570
- <a name="0.3.0"></a>
571
- # [0.3.0](https://github.com/dxcli/dev-test/compare/8ef663ff285bd3a65d2f8e6520a3b56ac8b48d7e...v0.3.0) (2018-01-20)
572
-
573
-
574
- ### Features
575
-
576
- * added testCommand ([bbe7683](https://github.com/dxcli/dev-test/commit/bbe7683))
577
-
578
- <a name="0.2.2"></a>
579
- ## [0.2.2](https://github.com/dxcli/dev-test/compare/6384b05e572a67a8ac9df47c2d1824015ada6e4a...v0.2.2) (2018-01-19)
580
-
581
-
582
- ### Bug Fixes
583
-
584
- * updated dependencies ([8ef663f](https://github.com/dxcli/dev-test/commit/8ef663f))
585
-
586
- <a name="0.2.1"></a>
587
- ## [0.2.1](https://github.com/dxcli/dev-test/compare/4d45e11aebd9a69549aefdc54fa15ebb2ddf24f0...v0.2.1) (2018-01-16)
588
-
589
-
590
- ### Bug Fixes
591
-
592
- * flush stdmock after tests ([6384b05](https://github.com/dxcli/dev-test/commit/6384b05))
593
-
594
- <a name="0.2.0"></a>
595
- # [0.2.0](https://github.com/dxcli/dev-test/compare/98bf3a1dd7346d4d8d71fa9c943dc2c23f0171ff...v0.2.0) (2018-01-16)
596
-
597
-
598
- ### Features
599
-
600
- * add chai-as-promised ([4d45e11](https://github.com/dxcli/dev-test/commit/4d45e11))
601
-
602
- <a name="0.1.2"></a>
603
- ## [0.1.2](https://github.com/dxcli/dev-test/compare/77aff3b2da0b9e72548d6584128dbe6bb56e39e4...v0.1.2) (2018-01-16)
604
-
605
-
606
- ### Bug Fixes
607
-
608
- * fixed it before/after filters ([98bf3a1](https://github.com/dxcli/dev-test/commit/98bf3a1))
609
-
610
- <a name="0.1.1"></a>
611
- ## [0.1.1](https://github.com/dxcli/dev-test/compare/d0c1e97a377cb47071d387ed38e2b905437c3d80...v0.1.1) (2018-01-16)
612
-
613
-
614
- ### Bug Fixes
615
-
616
- * ran generator ([77aff3b](https://github.com/dxcli/dev-test/commit/77aff3b))
617
-
618
- <a name="0.1.0"></a>
619
- # [0.1.0](https://github.com/dxcli/dev-test/compare/1994d4b85deedb04d87973b56e8fff359dd7dd31...v0.1.0) (2018-01-15)
620
-
621
-
622
- ### Features
623
-
624
- * added mock and improved std mocking ([d0c1e97](https://github.com/dxcli/dev-test/commit/d0c1e97))
625
-
626
- <a name="0.0.1"></a>
627
- ## [0.0.1](https://github.com/dxcli/dev-test/compare/16a7ac9e499c1b587bc6d42ee963cecdb5ce029c...v0.0.1) (2018-01-13)
628
-
629
-
630
- ### Bug Fixes
631
-
632
- * add [@dxcli](https://github.com/dxcli)/dev-nyc-config ([1994d4b](https://github.com/dxcli/dev-test/commit/1994d4b))