Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core-test-framework): change import scope from @package to @arkecosystem #3612

Merged
merged 2 commits into from
Mar 24, 2020
Merged

Conversation

KovacZan
Copy link
Contributor

Summary

What changes are being made?
Changed
import { Services } from "@packages/core-kernel";
to
import { Services } from "@arkecosystem/core-kernel";

Why are these changes necessary?
When writing tests for custom-transaction in plugins folder I received the following error:

  ● Test suite failed to run

    Cannot find module '@packages/core-kernel' from 'wallet.ts'

Checklist

  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

@ghost ghost added Complexity: Low labels Mar 24, 2020
@faustbrian faustbrian changed the title fix(core-test-framewrok): fix import path from @package to @arkecosystem fix(core-test-framework): fix import path from @package to @arkecosystem Mar 24, 2020
@faustbrian faustbrian changed the title fix(core-test-framework): fix import path from @package to @arkecosystem fix(core-test-framework): change import scope from @package to @arkecosystem Mar 24, 2020
@faustbrian faustbrian merged commit 606faac into ArkEcosystem:develop Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants