Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pd_test_3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dist_syst_tests
pd_test_3
Commits
05784d7b
Commit
05784d7b
authored
2 years ago
by
Dimitrios J. Vergados
Browse files
Options
Downloads
Patches
Plain Diff
Added describe to test_15
parent
08605e20
Branches
master
No related tags found
No related merge requests found
Pipeline
#10865
failed
2 years ago
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/test_15.js
+24
-22
24 additions, 22 deletions
test/test_15.js
with
24 additions
and
22 deletions
test/test_15.js
+
24
−
22
View file @
05784d7b
import
multiplyNumeric
from
"
../solution_15.js
"
;
import
assert
from
"
assert
"
;
describe
(
"
\n\n
Solution_15
"
,
()
=>
{
it
(
"
should return the correct object
"
,
()
=>
{
let
initial
=
{
width
:
200
,
...
...
@@ -24,3 +25,4 @@ it("should return the correct object", () => {
assert
.
equal
(
dbl2
.
b
,
2
*
second
.
b
);
assert
.
equal
(
dbl2
.
c
,
second
.
c
);
});
});
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment