These files appear to have been missed in the update of test file naming from actual/expected.js to input/output.js. As a result, they were silently not being run. I've confirmed that they were not running, updated the names, then confirmed that they are running now.
6 lines
56 B
JavaScript
6 lines
56 B
JavaScript
type A = {
|
|
+a: number,
|
|
-b: string,
|
|
c: boolean,
|
|
};
|