Sha256: da5904736776afabc474f8d9e221f892e00c94789fae3bd2784dc08c10d5918b

Contents?: true

Size: 472 Bytes

Versions: 10

Compression:

Stored size: 472 Bytes

Contents

/* eslint-env node */

/* eslint-disable camelcase */

'use strict'

const path = require('node:path')

module.exports = {
  spec_dir: 'scss',
  // Make Jasmine look for `.test.scss` files
  spec_files: ['**/*.{test,spec}.scss'],
  // Compile them into JS scripts running `sass-true`
  requires: [path.join(__dirname, 'sass-true/register')],
  // Ensure we use `require` so that the require.extensions works
  // as `import` completely bypasses it
  jsLoader: 'require'
}

Version data entries

10 entries across 10 versions & 4 rubygems

Version Path
docs-gem01-0.1.1 _sass/bootstrap/scss/tests/jasmine.js
docs-gem01-0.1.0.dev _sass/bootstrap/scss/tests/jasmine.js
raikar10-0.1.2 _sass/bootstrap/scss/tests/jasmine.js
raikar10-0.1.0 _sass/bootstrap/scss/tests/jasmine.js
raikar09-0.1.4 _sass/bootstrap/scss/tests/jasmine.js
raikar09-0.1.3 _sass/bootstrap/scss/tests/jasmine.js
raikar09-0.1.2 _sass/bootstrap/scss/tests/jasmine.js
raikar09-0.1.1 _sass/bootstrap/scss/tests/jasmine.js
raikar09-0.1.0 _sass/bootstrap/scss/tests/jasmine.js
raikar08-0.1.0 _sass/bootstrap/scss/tests/jasmine.js