Frontend WIP - just websocket support left
This commit is contained in:
@@ -3,6 +3,6 @@ environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
||||
dev_dependencies:
|
||||
test: ^1.24.0
|
||||
http: ^1.1.0
|
||||
test: ^1.24.0
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ void main() async {
|
||||
final sub = serverLogs.length > 10 ? serverLogs.length - 10 : 0;
|
||||
stdout.write("Server logs:\n${serverLogs.sublist(sub).join('\n')}");
|
||||
} else {
|
||||
stdout.writeln("💨 Passed like a light breeze 😮💨");
|
||||
stdout.writeln('💨 Passed like a light breeze 😮💨');
|
||||
}
|
||||
|
||||
// Exit with the same code as the test process
|
||||
|
||||
Reference in New Issue
Block a user