Skip to content

Commit

Permalink
fix(test): no more default export
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceau committed Apr 14, 2021
1 parent 2b484b3 commit ba8c768
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/realtime.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import fs from "fs";
import { Writable } from "stream";

import SlippiGame, {
import {
SlippiGame,
Command,
SlpStreamMode,
SlpStream,
Expand Down

0 comments on commit ba8c768

Please sign in to comment.