Skip to content

Commit

Permalink
Correct baseline for websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jul 14, 2024
1 parent e34adad commit f305106
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ baselinewebsocket: spec
" package: 'Seaside-WebSocket-Tests-Core' with: [
spec requires: #('Javascript-Tests-Core' 'Seaside-WebSocket-Core' ) ];"
package: 'Seaside-WebSocket-Zinc' with:[
spec requires: #('Zinc-Seaside' 'Zinc WebSockets') ];
spec requires: #('Zinc' 'Zinc WebSockets') ];
package: 'Seaside-WebSocket-Examples' with: [
spec requires: #('JQuery-Core' 'Seaside-WebSocket-Core') ].

spec
group: 'WebSocket' with: #('Seaside-WebSocket-Core' 'Seaside-WebSocket-Zinc');
" group: 'WebSocket Tests' with: #('Seaside-WebSocket-Tests-Core' );"
group: 'WebSocket Examples' with: #('Seaside-WebSocket-Examples' )
group: 'Examples' with: #('Seaside-WebSocket-Examples' )
"group: 'Tests' with: #('WebSocket Tests')" ]

0 comments on commit f305106

Please sign in to comment.