Sha256: b72a989f8def3df7166c48e4cefe826e7880d4de86ad5fd98771ffdb66dffb76

Contents?: true

Size: 255 Bytes

Versions: 6

Compression:

Stored size: 255 Bytes

Contents

describe('something', function(){
  it('should work', function(){
    var a = { test: /something/i };
    var b = { test: 'hey' }
    a.should.eql(b)
  })

  // it('be pending')
  // it('be pending')

  it('should fail', function(){
    // tasdf
  })
})

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
stylus-source-0.34.1 vendor/node_modules/mocha/test.js
stylus-source-0.34.0 vendor/node_modules/mocha/test.js
stylus-source-0.33.1 vendor/node_modules/mocha/test.js
stylus-source-0.33.0 vendor/node_modules/mocha/test.js
stylus-source-0.32.1 vendor/node_modules/mocha/test.js
stylus-source-0.32.0 vendor/node_modules/mocha/test.js