Skip to content

Commit

Permalink
chore: update SDK to 8.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed May 18, 2021
1 parent e6bf54f commit 1f7dad6
Show file tree
Hide file tree
Showing 6 changed files with 409 additions and 119 deletions.
8 changes: 0 additions & 8 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
const packagesToTranspile = [
'lodash-es',
'@aeternity/aepp-sdk',
];

module.exports = {
preset: '@vue/cli-plugin-unit-jest',
moduleFileExtensions: [
Expand All @@ -16,9 +11,6 @@ module.exports = {
'.+\\.(css|styl|less|sass|scss|png|jpg|svg|ttf|woff|woff2)$': 'jest-transform-stub',
'^.+\\.jsx?$': 'babel-jest',
},
transformIgnorePatterns: [
`node_modules/(?!(${packagesToTranspile.join('|')})/)`,
],
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
},
Expand Down
Loading

0 comments on commit 1f7dad6

Please sign in to comment.