-
Notifications
You must be signed in to change notification settings - Fork 18
JS Tests #6
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
base: feature/multi-platform
Are you sure you want to change the base?
JS Tests #6
Conversation
0635935 to
3daad95
Compare
settings.gradle.kts
Outdated
| @@ -1 +1 @@ | |||
| rootProject.name = "ksvg" | |||
| //rootProject.name = "ksvg" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did the project name need to be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is by accident.. it is integrated into a bigger project on my end
| href = "#circle1" | ||
| } | ||
| } | ||
| // FileWriter("/tmp/circlesDiagonal.svg").use { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without this "file test" actually writing a file, which I understand it can't in JS, what is being "tested". Is there an assertion we could make on the results?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wanted to change this into document.getElementById or html-dsl code
| } | ||
| } | ||
|
|
||
| // FileWriter("/tmp/codeMonkey.svg").use { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is obviously not working because such a thing does not exist on js
and i wanted to keep it around as a comment to remind me to replace this
e1fdc2d to
41c9ef9
Compare
so far i fixed up test names with
@JsNamethis works, testnames are still reported with spaces, but it is a pain to write a extra linetest tasks
allTests,jsBrowserTesthave to be started withCHROME_BINenv variable settest failures mentioned here still exist: #3 (comment)