chore: move helper-plugin folder to just src

This commit is contained in:
Josh 2023-04-20 08:37:52 +01:00
parent 6b2e6b84a3
commit 4fff8c4b04
209 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,5 @@
node_modules/
.eslintrc.js
build/
lib/src/utils/**
# TODO: we should fix this.
src/utils/**

View File

@ -189,6 +189,6 @@ describe('GenericInput', () => {
expect(getByRole('textbox', { name: 'datetime picker' })).toHaveValue('');
expect(getByRole('combobox', { name: /datetime picker/i })).toHaveValue('');
});
});
});
});

Some files were not shown because too many files have changed in this diff Show More