tests-global.js 262 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 //페이지 자체를 테스트 하는 템플릿 suite('Global Tests', function () { test('page has a valid title', function () { assert(document.title && document.title.match(/\S/) && document.title.toUpperCase() !== 'TODO'); }); });