| CRITICAL | test/scripts/box/box.ts | 49 | p.pattern.should.be.an.instanceof(Pattern); |
| CRITICAL | test/scripts/box/box.ts | 61 | p.pattern.should.be.an.instanceof(Pattern); |
| CRITICAL | test/scripts/hexo/load_config.ts | 174 | hexo.theme.options.ignored.should.eql(ignore.map(item => makeRe(item))); |
| CRITICAL | test/scripts/hexo/load_config.ts | 192 | hexo.theme.options.ignored.should.eql(ignore.map(item => makeRe(item))); |
| CRITICAL | test/scripts/hexo/load_config.ts | 209 | hexo.config.highlight.tab_replace.should.eql('yoooo'); |
| CRITICAL | test/scripts/hexo/load_theme_config.ts | 26 | hexo.config.theme_config.foo.bar.should.eql('ahhhhhh'); |
| CRITICAL | test/scripts/hexo/load_theme_config.ts | 38 | hexo.config.theme_config.bar.should.eql(1); |
| CRITICAL | test/scripts/hexo/load_theme_config.ts | 46 | hexo.config.theme_config.baz.should.eql(3); |
| CRITICAL | test/scripts/hexo/load_theme_config.ts | 68 | hexo.config.theme_config.foo.baz.should.eql(true); |
| CRITICAL | test/scripts/hexo/load_theme_config.ts | 69 | hexo.config.theme_config.foo.bar.should.eql('ahhhhhh'); |
| CRITICAL | test/scripts/hexo/load_theme_config.ts | 70 | hexo.config.theme_config.foo.bar.should.not.eql('yoooo'); |
| CRITICAL | test/scripts/hexo/load_theme_config.ts | 88 | hexo.config.theme_config.foo.baz.should.eql(true); |
| CRITICAL | test/scripts/hexo/load_theme_config.ts | 89 | hexo.config.theme_config.foo.bar.should.eql('yoooo'); |
| CRITICAL | test/scripts/hexo/hexo.ts | 184 | hexo._binaryRelationIndex.post_tag.keyIndex.size.should.eql(1); |
| CRITICAL | test/scripts/hexo/hexo.ts | 185 | hexo._binaryRelationIndex.post_tag.valueIndex.size.should.eql(1); |
| CRITICAL | test/scripts/hexo/hexo.ts | 205 | themeConfig.a.should.have.own.property('c'); |
| CRITICAL | test/scripts/hexo/hexo.ts | 211 | themeLocals.a.should.have.own.property('c'); |
| CRITICAL | test/scripts/hexo/hexo.ts | 242 | this.theme.config.a.b.should.eql(3); |
| CRITICAL | test/scripts/hexo/hexo.ts | 300 | hexo.theme.config.a.should.have.own.property('d'); |
| CRITICAL | test/scripts/hexo/hexo.ts | 301 | hexo.theme.config.a.d.should.eql(4); |
| CRITICAL | test/scripts/hexo/hexo.ts | 306 | hexo.theme.config.a.should.have.own.property('d'); |
| CRITICAL | test/scripts/hexo/hexo.ts | 307 | hexo.theme.config.a.d.should.eql(4); |