Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch2 #1530

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Branch2 #1530

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 21 additions & 0 deletions appveyor - Copy.yml
@@ -0,0 +1,21 @@
# Test against this version of Node.js
environment:
nodejs_version: "7"

# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install

# Post-install test scripts.
test_script:
# Output useful info for debugging.
- node --version
- npm --version
# run tests
- npm test

# Don't actually build.
build: off
1 change: 1 addition & 0 deletions db.json
Expand Up @@ -6,4 +6,5 @@
{ "id": 1, "body": "some comment", "postId": 1 }
],
"profile": { "name": "typicode" }
//Post
}