File tree 4 files changed +3
-14
lines changed 4 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Copyright 2017-2020 @polkadot/apps authors & contributors
2
+ # Copyright 2017-2021 @polkadot/apps authors & contributors
3
3
# SPDX-License-Identifier: Apache-2.0
4
4
5
5
# This script is used when the docker container starts and does the magic to
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const defaultConfig = {
19
19
'@polkadot/apps/(.*)$' : '<rootDir>/packages/apps/src/$1' ,
20
20
'\\.(css|less)$' : 'empty/object' ,
21
21
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$' : 'empty/object' ,
22
- '\\.(md)$' : '<rootDir>/__mocks__/fileMock .js'
22
+ '\\.(md)$' : '<rootDir>/jest/mocks/empty .js'
23
23
} ,
24
24
transformIgnorePatterns : [
25
25
'<rootDir>/node_modules'
Original file line number Diff line number Diff line change 1
- // Copyright 2019-2020 @polkadot/extension authors & contributors
1
+ // Copyright 2019-2021 @polkadot/apps authors & contributors
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
4
// eslint-disable-line
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments