Skip to content

Commit

Permalink
chore: CI tests should pass
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Apr 2, 2024
1 parent 2ec77c5 commit e32c546
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
.env
.envrc
.tool-versions
.coverage
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,7 @@
"doc-check": "aegir doc-check",
"build": "aegir build",
"test": "aegir test",
"test:chrome": "aegir test -t browser --cov",
"test:chrome-webworker": "aegir test -t webworker",
"test:firefox": "aegir test -t browser -- --browser firefox",
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
"test:node": "aegir test -t node --cov",
"test:electron-main": "aegir test -t electron-main",
"release": "aegir release"
},
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions test/index.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import {expect} from 'aegir/chai'

describe('TODO', () => {
it('has no tests yet', () => {
expect(true).to.equal(true)
})
})

0 comments on commit e32c546

Please sign in to comment.