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';
|
||||
|
||||
describe.only('events', () => {
|
||||
describe('events', () => {
|
||||
let clock;
|
||||
|
||||
afterEach(() => {
|
||||
|
||||
@@ -25,7 +25,7 @@ describe('food', () => {
|
||||
} else {
|
||||
expectValidTranslationString(foodItem.textA);
|
||||
expectValidTranslationString(foodItem.textThe);
|
||||
expectValidTranslationString(foodItem.target);
|
||||
expect(foodItem.target).to.be.a('string');
|
||||
}
|
||||
expectValidTranslationString(foodItem.text);
|
||||
expectValidTranslationString(foodItem.notes);
|
||||
|
||||
@@ -19,7 +19,7 @@ function validateMatcher (matcher, checkedDate) {
|
||||
expect(matcher.end).to.be.greaterThan(checkedDate);
|
||||
}
|
||||
|
||||
describe.only('Content Schedule', () => {
|
||||
describe('Content Schedule', () => {
|
||||
beforeEach(() => {
|
||||
clearCachedMatchers();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user