Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit b9cd967

Browse files
author
Achim Schneider
committed
TS tests: fix imports
1 parent db22ebf commit b9cd967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/playground/__tests__/context/reducer.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ describe('Given the reducer is used to manage state', () => {
137137
test('When endpoint returns "OK" with "SUCCESS"', () => {
138138
// Given
139139
const type = 'SET_COMPILE_STATE';
140-
const compilationPayload: CompilationResult = {
140+
const compilationPayload: Common.CompilationResult = {
141141
type: 'SUCCESS',
142142
payload: {
143143
wasm: [1, 2, 3],

0 commit comments

Comments
 (0)