Skip to content

Commit 664bef1

Browse files
committed
fix indentations
1 parent 3f64342 commit 664bef1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests.webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
var context = require.context('./web', true, /(automapupdate-test\.jsx?)$/);
1+
var context = require.context('./web', true, /(-test\.jsx?)|(-test-chrome\.jsx?)$/);
22
context.keys().forEach(context);
33
module.exports = context;

web/client/selectors/__tests__/automapupdate-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe('Test automapupdate selectors', () => {
3939

4040
it('getWMSLayers works with initial state', () => {
4141
const emptyState = {
42-
layers: reducer(undefined, { type: "TEST" })
42+
layers: reducer(undefined, { type: "TEST" })
4343
};
4444
expect(getWMSLayers(emptyState).length).toBe(0);
4545
});

0 commit comments

Comments
 (0)