fix(fixtures): platform-neutral collision pair (avoid Windows case-insensitivity)
This commit is contained in:
|
Before Width: | Height: | Size: 124 B After Width: | Height: | Size: 124 B |
|
Before Width: | Height: | Size: 124 B After Width: | Height: | Size: 124 B |
@@ -27,7 +27,7 @@ test('scan-sprite: alias collision -> loud error', () => {
|
|||||||
assert.strictEqual(sources.length, 0);
|
assert.strictEqual(sources.length, 0);
|
||||||
assert.strictEqual(errors.length, 1);
|
assert.strictEqual(errors.length, 1);
|
||||||
assert.match(errors[0], /alias collision/i);
|
assert.match(errors[0], /alias collision/i);
|
||||||
assert.match(errors[0], /bed1/);
|
assert.match(errors[0], /bench_table1/);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('scan-sprite: missing dir -> error', () => {
|
test('scan-sprite: missing dir -> error', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user