Skip to content

Commit

Permalink
Updated the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Apr 14, 2019
1 parent e468097 commit b257292
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/fast_transformer_test.ts
Expand Up @@ -4,7 +4,7 @@ import {retries, suite, test, timeout} from 'mocha-typescript';
import {FastTransformer} from '../src';

/**
* Tests the features of the `FastTransformer` class.
* Tests the features of the [[FastTransformer]] class.
*/
@suite(retries(2), timeout(30000))
class FastTransformerTest {
Expand Down
2 changes: 1 addition & 1 deletion test/minifier_test.ts
Expand Up @@ -5,7 +5,7 @@ import * as File from 'vinyl';
import {Minifier} from '../src';

/**
* Tests the features of the `Minifier` class.
* Tests the features of the [[Minifier]] class.
*/
@suite(retries(3), timeout(60000))
class MinifierTest {
Expand Down
2 changes: 1 addition & 1 deletion test/safe_transformer_test.ts
Expand Up @@ -4,7 +4,7 @@ import {retries, suite, test, timeout} from 'mocha-typescript';
import {SafeTransformer} from '../src';

/**
* Tests the features of the `SafeTransformer` class.
* Tests the features of the [[SafeTransformer]] class.
*/
@suite(retries(2), timeout(30000))
class SafeTransformerTest {
Expand Down

0 comments on commit b257292

Please sign in to comment.