Sha256: 4d16d58d67229931067ea16b19d7efe6f645cb991b84e754e35b60c70e7ab2c8

Contents?: true

Size: 449 Bytes

Versions: 149

Compression:

Stored size: 449 Bytes

Contents

/* 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

149 entries across 149 versions & 4 rubygems

Version Path
jekyll-theme-lydde-0.1.0 _sass/bootstrap/tests/jasmine.js
cm-admin-1.2.0 app/assets/stylesheets/cm_admin/dependency/bootstrap/scss/tests/jasmine.js
elixir-toolkit-theme-2.3.0 _sass/bootstrap/tests/jasmine.js
elixir-toolkit-theme-2.2.2 _sass/bootstrap/tests/jasmine.js
elixir-toolkit-theme-2.2.1 _sass/bootstrap/tests/jasmine.js
paraqeet-1.0.0 _sass/bootstrap/tests/jasmine.js
elixir-toolkit-theme-2.2.0 _sass/bootstrap/tests/jasmine.js
paraqeet-0.11.0 _sass/bootstrap/tests/jasmine.js
paraqeet-0.10.0 _sass/bootstrap/tests/jasmine.js