Skip to content

Commit

Permalink
Intentionally fail
Browse files Browse the repository at this point in the history
  • Loading branch information
rreusser committed Nov 12, 2024
1 parent a8ca392 commit 40abec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/constructor.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ var createREGL = require('../regl')
var ie = require('is-iexplorer')

tape('regl constructor', function (t) {
t.equal(0, 1, 'Intentionally failing test, to see if anything is working')

// loading from a bad selector string breaks
t.throws(function () {
createREGL('a bad selector')
Expand Down

0 comments on commit 40abec0

Please sign in to comment.