File size: 74 Bytes
0c58c5b
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash

# Install dependencies
npm install

# Run tests
npm run test