1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
This commit is contained in:
Laurent Cozic 2021-05-16 12:49:05 +02:00
parent b9955f58d3
commit 12cc64008b

View File

@ -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 () => {