Skip to content

Commit

Permalink
Clarify error message for no-pause-test rule (#1828)
Browse files Browse the repository at this point in the history
  • Loading branch information
deanmarano committed Apr 6, 2023
1 parent 2578c8d commit 24b1ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-pause-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const emberUtils = require('../utils/ember');
const types = require('../utils/types');
const { getImportIdentifier } = require('../utils/import');

const ERROR_MESSAGE = 'Do not use `pauseTest()`';
const ERROR_MESSAGE = 'Do not commit `pauseTest()`';

//------------------------------------------------------------------------------
// Rule Definition
Expand Down

0 comments on commit 24b1ff8

Please sign in to comment.