spelling: with
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
08d7f6a578
commit
f98e497200
|
@ -131,7 +131,7 @@ describe('isLabeled()', (): void => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('when the given issue contains a label wih diacritical marks', (): void => {
|
describe('when the given issue contains a label with diacritical marks', (): void => {
|
||||||
beforeEach((): void => {
|
beforeEach((): void => {
|
||||||
issue = {
|
issue = {
|
||||||
labels: [
|
labels: [
|
||||||
|
@ -170,7 +170,7 @@ describe('isLabeled()', (): void => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('when the given issue contains a label wih diacritical marks', (): void => {
|
describe('when the given issue contains a label with diacritical marks', (): void => {
|
||||||
beforeEach((): void => {
|
beforeEach((): void => {
|
||||||
label = 'déjà vu';
|
label = 'déjà vu';
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue