mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
fix typos
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { getRepeatingEvents } from '../../website/common/script/content/constants/events';
|
import { getRepeatingEvents } from '../../website/common/script/content/constants/events';
|
||||||
|
|
||||||
describe.only('events', () => {
|
describe('events', () => {
|
||||||
let clock;
|
let clock;
|
||||||
|
|
||||||
afterEach(() => {
|
afterEach(() => {
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ describe('food', () => {
|
|||||||
} else {
|
} else {
|
||||||
expectValidTranslationString(foodItem.textA);
|
expectValidTranslationString(foodItem.textA);
|
||||||
expectValidTranslationString(foodItem.textThe);
|
expectValidTranslationString(foodItem.textThe);
|
||||||
expectValidTranslationString(foodItem.target);
|
expect(foodItem.target).to.be.a('string');
|
||||||
}
|
}
|
||||||
expectValidTranslationString(foodItem.text);
|
expectValidTranslationString(foodItem.text);
|
||||||
expectValidTranslationString(foodItem.notes);
|
expectValidTranslationString(foodItem.notes);
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ function validateMatcher (matcher, checkedDate) {
|
|||||||
expect(matcher.end).to.be.greaterThan(checkedDate);
|
expect(matcher.end).to.be.greaterThan(checkedDate);
|
||||||
}
|
}
|
||||||
|
|
||||||
describe.only('Content Schedule', () => {
|
describe('Content Schedule', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
clearCachedMatchers();
|
clearCachedMatchers();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user