Add lab 12 skeleton
This commit is contained in:
parent
869e89188d
commit
243b14b247
9
journal/_src/posts/2022-10-24-lab-12.md
Normal file
9
journal/_src/posts/2022-10-24-lab-12.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
Title: Lab Twelve
|
||||||
|
Date: 2022-10-19T08:30:00
|
||||||
|
Tags: cs2613, lab, javascript
|
||||||
|
|
||||||
|
Sample description
|
||||||
|
<!-- more -->
|
||||||
|
|
||||||
|
## Sample Body
|
||||||
|
Sample Body
|
13
labs/L12/spec/support/jasmine.json
Normal file
13
labs/L12/spec/support/jasmine.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"spec_dir": "spec",
|
||||||
|
"spec_files": [
|
||||||
|
"**/*[sS]pec.?(m)js"
|
||||||
|
],
|
||||||
|
"helpers": [
|
||||||
|
"helpers/**/*.?(m)js"
|
||||||
|
],
|
||||||
|
"env": {
|
||||||
|
"stopSpecOnExpectationFailure": false,
|
||||||
|
"random": true
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user