Skip to content

Commit fc1b4f5

Browse files
committed
delete removed tests
1 parent 27996b1 commit fc1b4f5

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

test-e2e/config-import.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ import { assertProjectHasImportedCategories, createManager } from './utils.js'
44
import { defaultConfigPath } from '../test/helpers/default-config.js'
55
import { Reader } from 'comapeocat'
66

7-
test.skip('config import - load default config when passed a path to `createProject`', async () => {
8-
// This is tested in manager-basic.js
9-
})
10-
117
test('config import - load and re-load config manually', async (t) => {
128
const manager = createManager('device0', t)
139
const project = await manager.getProject(await manager.createProject())
@@ -23,10 +19,6 @@ test('config import - load and re-load config manually', async (t) => {
2319
await assertProjectHasImportedCategories(project, reader)
2420
})
2521

26-
test.skip('deletion of data before loading a new config', async () => {
27-
// This is tested in manager-basic tests
28-
})
29-
3022
test('failing on loading a second config should not delete any data', async (t) => {
3123
const manager = createManager('device0', t)
3224
const projectId = await manager.createProject()

0 commit comments

Comments
 (0)