mirror of
https://github.com/nomadic-labs/safesupport-chatbox
synced 2025-12-16 15:33:23 +00:00
adding tests
This commit is contained in:
13
.circleci/config.yml
Normal file
13
.circleci/config.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: node:10
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: dep install
|
||||
command: npm install
|
||||
- run:
|
||||
name: test
|
||||
command: npm test
|
||||
Reference in New Issue
Block a user