File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ const { CweManager } = require('../index')
22
33describe ( 'Cwe Manager' , ( ) => {
44 describe ( 'Cwe Manager supports instantiation with custom data' , ( ) => {
5- test ( 'Cwe Manager instnatiated with custom hierarchy' , ( ) => {
5+ test ( 'Cwe Manager instantiated with custom hierarchy' , ( ) => {
66 const cweManager = new CweManager ( {
77 cweHierarchy : [ { weaknessId : '31337' , parentId : '31338' } ]
88 } )
99 const result = cweManager . isChildOf ( { weaknessId : '31337' , parentId : '31338' } )
1010 expect ( result ) . toBe ( true )
1111 } )
1212
13- test . todo ( 'Cwe Manager instnatiated with custom dictionary' )
13+ test . todo ( 'Cwe Manager instantiated with custom dictionary' )
1414 } )
1515
1616 describe ( 'Cwe Manager getters' , ( ) => {
You can’t perform that action at this time.
0 commit comments