File: require

package info (click to toggle)
node-shiny-server-client 1.0.0%2Bgit20180820.eba5e90%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 568 kB
  • sloc: makefile: 29; sh: 5
file content (7 lines) | stat: -rw-r--r-- 331 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
set -e
# Test all the things Shiny server tries to load
nodejs -e "require('shiny-server-client/common/message-buffer');"
nodejs -e "require('shiny-server-client/common/message-receiver');"
nodejs -e "require('shiny-server-client/common/message-utils');"
nodejs -e "require('shiny-server-client/common/path-parameter');"