Skip to content

Commit

Permalink
chore(e2e): enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EdouardDem committed Sep 22, 2024
1 parent 0ab56d7 commit ac146ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/e2e/spec/dependencies/push-with-dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const pushWithDependencies = (context: Context) => {
}
});

fit('push with settings dependencies on an empty instance', async () => {
it('push with settings dependencies on an empty instance', async () => {
// Init sync client
const sync = await context.getSync(
'sources/dependencies-settings-default-folder',
Expand All @@ -109,7 +109,7 @@ export const pushWithDependencies = (context: Context) => {
expect(settings[0]?.storage_default_folder).toEqual(folders[0]?.id);
});

fit('push with settings dependencies on an empty instance', async () => {
it('push with settings dependencies on an empty instance', async () => {
// Init sync client
const sync = await context.getSync(
'sources/dependencies-settings-default-role',
Expand Down

0 comments on commit ac146ac

Please sign in to comment.