mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 12:18:51 +00:00
fix typos
This commit is contained in:
parent
a9cefd284a
commit
fce5371fce
3 changed files with 3 additions and 3 deletions
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue