mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-03 08:38:41 -04:00
Publish tests.
This commit is contained in:
parent
5a8ecd593d
commit
c396800dfa
40 changed files with 21478 additions and 1 deletions
17
test/index.html.jade
Normal file
17
test/index.html.jade
Normal file
|
@ -0,0 +1,17 @@
|
|||
doctype html
|
||||
html
|
||||
head
|
||||
meta( charset="utf-8" )
|
||||
meta( http-equiv="x-ua-compatible", content="ie=edge" )
|
||||
title h5ai #{pkg.version} test suite
|
||||
meta( name="viewport", content="width=device-width, initial-scale=1" )
|
||||
link( rel="stylesheet", href="h5ai-styles.css" )
|
||||
link( rel="stylesheet", href="styles.css" )
|
||||
script( src="h5ai-scripts.js" )
|
||||
script( src="scripts.js" )
|
||||
|
||||
body
|
||||
div#mocha-overlay
|
||||
div#report
|
||||
a( href='index.html' ) h5ai #{pkg.version} test suite
|
||||
div#mocha
|
Loading…
Add table
Add a link
Reference in a new issue