chore: fix

Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-08-01 16:28:33 +02:00
parent da75ca4e47
commit 48b4304c46
@@ -38,6 +38,10 @@ describe('TranslationBlueprint', () => {
it('should return an extension instance with sane defaults', () => {
expect(
TranslationBlueprint.make({
// todo(blam): we can't set the namespace dynamically based of the ResourceType.
// work out if we should wrap this up or another solution.
namespace: messages.id,
name: 'test',
params: {
resource: messages,
},
@@ -54,8 +58,8 @@ describe('TranslationBlueprint', () => {
"factory": [Function],
"inputs": {},
"kind": "translation",
"name": undefined,
"namespace": undefined,
"name": "test",
"namespace": "test",
"output": [
[Function],
],