Hard code test name in suggestion_diff_row_spec.js
This commit is contained in:
parent
84792c29ef
commit
41c5733f55
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const newLine = {
|
||||||
type: 'new',
|
type: 'new',
|
||||||
};
|
};
|
||||||
|
|
||||||
describe(SuggestionDiffRow.name, () => {
|
describe('SuggestionDiffRow', () => {
|
||||||
let wrapper;
|
let wrapper;
|
||||||
|
|
||||||
const factory = (options = {}) => {
|
const factory = (options = {}) => {
|
||||||
|
|
Loading…
Reference in a new issue