Skip to content

Add automated testing #2378

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

Merged
merged 17 commits into from
May 27, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Switches testing library to Jest, adds test workflow
  • Loading branch information
josecarneiro committed Mar 14, 2021
commit 053e2db2d8c8e519968cc9a51b6da88622e1a772
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v2
with:
node-version: "15"
check-latest: true
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run tests
run: npm run test
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.DS_Store
node_modules
package-lock.json
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"printWidth": 120
}
22 changes: 0 additions & 22 deletions SpecRunner.html

This file was deleted.

133 changes: 0 additions & 133 deletions jasmine/jasmine-2.8.0/boot.js

This file was deleted.

190 changes: 0 additions & 190 deletions jasmine/jasmine-2.8.0/console.js

This file was deleted.

Binary file removed jasmine/jasmine-2.8.0/ironhack.png
Binary file not shown.
Loading