chore: fixing formatting

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-09-02 17:00:08 +02:00
parent 84d89bb5f3
commit d7f25e1d43
@@ -613,7 +613,6 @@ describe('createExtension', () => {
it('should allow overriding the returned values from the parent factory', () => {
const testExtension = createExtension({
kind: 'thing',
attachTo: { id: 'root', input: 'default' },
output: [stringDataRef, numberDataRef],
config: {
@@ -644,7 +643,6 @@ describe('createExtension', () => {
it('should work functionally with overrides', () => {
const testExtension = createExtension({
kind: 'thing',
attachTo: { id: 'root', input: 'default' },
output: [stringDataRef],
config: {