Skip to content

Commit 3433865

Browse files
author
Ives van Hoorne
committed
Update extension tests
1 parent 184295e commit 3433865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/store/entities/sandboxes/modules/utils/get-type.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe('modules', () => {
2727
title: 'test',
2828
};
2929

30-
expect(getType(testModule)).toBe('');
30+
expect(getType(testModule)).toBe('raw');
3131
});
3232

3333
it('detects javascript with js', () => {
@@ -81,7 +81,7 @@ describe('modules', () => {
8181
title: 'test',
8282
};
8383

84-
expect(getType(testModule)).toBe('');
84+
expect(getType(testModule)).toBe('raw');
8585
});
8686
});
8787
});

0 commit comments

Comments
 (0)