mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
typo
This commit is contained in:
parent
b9955f58d3
commit
12cc64008b
@ -1,10 +1,10 @@
|
||||
import { beforeAllDb, afterAllTests, beforeEachDb, createItemTree, createUserAndSession } from '../../utils/testing/testUtils';
|
||||
import { execRequest } from '../../utils/testing/apiUtils';
|
||||
|
||||
describe('index_items', function() {
|
||||
describe('index_changes', function() {
|
||||
|
||||
beforeAll(async () => {
|
||||
await beforeAllDb('index_items');
|
||||
await beforeAllDb('index_changes');
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user