Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tests.js « lib « test - github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 45dc97de1b1dfd3fbe2bda7f3c16c4f8655ffae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
'use strict';

module.exports = [
  {
    id: 'test-1',
    name: 'Default build'
  },
  {
    id: 'test-2',
    name: 'Disable responsive font size'
  },
  {
    id: 'test-3',
    name: 'Disabled class'
  },
  {
    id: 'test-4',
    name: 'Enable class'
  },
  {
    id: 'test-5',
    name: 'Change breakpoint unit to em'
  },
  {
    id: 'test-6',
    name: 'Change base font size'
  },
  {
    id: 'test-7',
    name: 'Change font size unit'
  },
  {
    id: 'test-8',
    name: 'Enable two dimensional'
  },
  {
    id: 'test-9',
    name: 'Go loco with the config'
  },
  {
    id: 'test-10',
    name: 'Include mixins multiple times'
  }
];