Merge branch 'release/v.1.3.0-rc2'
@@ -104,7 +104,7 @@ module.exports = {
|
||||
onBeforeScript: null
|
||||
}],
|
||||
paths: {
|
||||
bitmaps_reference: 'test/reference',
|
||||
bitmaps_reference: 'test/regression',
|
||||
bitmaps_test: 'node_modules/backstopjs/.tmp/bitmaps_test',
|
||||
casper_scripts: 'node_modules/backstopjs/.tmp/casper_scripts',
|
||||
html_report: 'node_modules/backstopjs/.tmp/html_report',
|
||||
@@ -115,4 +115,4 @@ module.exports = {
|
||||
casperFlags: [],
|
||||
debug: false,
|
||||
port: 3002
|
||||
}
|
||||
};
|
||||
|
@@ -4,10 +4,10 @@
|
||||
|
||||
[](https://travis-ci.org/milligram/milligram?branch=master)
|
||||
[](https://ci.appveyor.com/project/cjpatoilo/milligram)
|
||||
[](https://www.npmjs.com/package/milligram)
|
||||
[](https://travis-ci.org/milligram/milligram?branch=master)
|
||||
[](https://www.codacy.com/app/cjpatoilo/milligram/dashboard)
|
||||
[](https://travis-ci.org/milligram/milligram?branch=master)
|
||||
[](https://www.npmjs.com/package/milligram)
|
||||
[](https://www.npmjs.com/package/milligram)
|
||||
[](https://gitter.im/milligram/milligram)
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 127 KiB |
Before Width: | Height: | Size: 147 KiB After Width: | Height: | Size: 147 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 89 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
@@ -112,7 +112,7 @@ describe('Package', () => {
|
||||
|
||||
describe('Ignore', () => {
|
||||
|
||||
it(`should be equal`, () => {
|
||||
it('should be equal', () => {
|
||||
packages.map((referenceValue, referenceIndex) => {
|
||||
packages.map((compareValue, compareIndex) => {
|
||||
if (referenceIndex !== compareIndex) assert(referenceValue.ignore, compareValue.ignore);
|
||||
@@ -124,7 +124,7 @@ describe('Package', () => {
|
||||
|
||||
describe('Keywords', () => {
|
||||
|
||||
it(`should be equal`, () => {
|
||||
it('should be equal', () => {
|
||||
packages.map((referenceValue, referenceIndex) => {
|
||||
packages.map((compareValue, compareIndex) => {
|
||||
if (referenceIndex !== compareIndex) assert(referenceValue.keywords, compareValue.keywords);
|
||||
|