1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/net/websocket/ws_test.v
2020-05-26 12:50:37 +02:00

7 lines
133 B
V

module websocket
// TODO This only checks that the client compiles, do real tests
fn test_compile() {
new('http://examples.com')
}