fix(ci): tests

This commit is contained in:
Barrett Ruth 2025-09-18 23:19:58 -04:00
parent 1d14043f20
commit 2c2a8762a9
8 changed files with 491 additions and 247 deletions

View file

@ -99,8 +99,8 @@ describe('cp.snippets', function()
assert.is_not_nil(codeforces_snippet)
assert.is_not_nil(codeforces_snippet.body)
assert.equals('table', type(codeforces_snippet.body))
assert.is_true(codeforces_snippet.body.template:match('#include'))
assert.is_true(codeforces_snippet.body.template:match('void solve'))
assert.is_not_nil(codeforces_snippet.body.template:match('#include'))
assert.is_not_nil(codeforces_snippet.body.template:match('void solve'))
end)
it('respects user snippet overrides', function()