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

Migrate files from DescribeSpec to FunSpec #1233

Merged
merged 2 commits into from
Oct 27, 2022

Conversation

Dark-Knight11
Copy link
Contributor

js target doesn't support Describe Spec of Kotest hence we have to migrate the spek to Fun spec before enabling js target again.
I am migrating the already migrated DescribeSpec files to FunSpec.


I confirm that I have read the Contributor Agreements v1.0, agree to be bound on them and confirm that my contribution is compliant.

js target doesn't support Describe Spec of Kotest hence we have to migrate the spek to Fun spec before enabling js target again.
I am migrating the already migrated DescribeSpec files to FunSpec.
@robstoll
Copy link
Owner

@Dark-Knight11 looks good IMO, do you want to do something in addition (as you named it WIP which stands for work in progress)? Otherwise we can merge it 👍

@Dark-Knight11
Copy link
Contributor Author

yeah I'm working on migration of other files as well.
We can merge it if required. I'll do other files in separate PR.

Migrated the AdjustStackSpec.kt file form Spek to Kotest using FunSpec.
Changed all the imports of spek framework to kotest framework.
@Dark-Knight11 Dark-Knight11 changed the title [WIP] Migrate files from DescribeSpec to FunSpec Migrate files from DescribeSpec to FunSpec Oct 26, 2022
@robstoll robstoll merged commit f974105 into robstoll:main Oct 27, 2022
@robstoll robstoll linked an issue Nov 1, 2022 that may be closed by this pull request
2 tasks
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.

migrate AdjustStackSpec from spek to kotest
2 participants