Fix dappIcon & Fix Signer Pending (#7338)
* Move signerPending inside this repo * Use latest version of dappIcon * Tell babel to ignore node_modules in tests
This commit is contained in:
committed by
Jaco Greeff
parent
6bc88664ce
commit
3fa7d09b5e
@@ -14,13 +14,5 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
require('babel-register')({
|
||||
ignore: function (filename) {
|
||||
if (filename.indexOf('node_modules') !== -1) {
|
||||
return filename.indexOf('@parity') === -1;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
});
|
||||
require('babel-register')();
|
||||
require('babel-polyfill');
|
||||
|
||||
Reference in New Issue
Block a user