mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Del: Features plugin
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>Features</title>
|
||||
<link rel="stylesheet" href="lib/jasmine.css">
|
||||
<script src="lib/jquery.js"></script>
|
||||
<script src="lib/jasmine.js"></script>
|
||||
<script src="lib/jasmine-html.js"></script>
|
||||
<script src="assets/eruda.js"></script>
|
||||
<script src="boot.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script>boot('features');</script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,19 +0,0 @@
|
||||
describe('features', function ()
|
||||
{
|
||||
var tool = eruda.get('features'),
|
||||
$tool = $('.eruda-features');
|
||||
|
||||
beforeEach(function ()
|
||||
{
|
||||
eruda.show('features');
|
||||
});
|
||||
|
||||
it('items', function (done)
|
||||
{
|
||||
setTimeout(function ()
|
||||
{
|
||||
expect($tool.find('li')).toHaveLength(45);
|
||||
done();
|
||||
}, 1000);
|
||||
});
|
||||
});
|
||||
@@ -35,9 +35,6 @@
|
||||
<li>
|
||||
<a href="snippets.html">snippets</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="features.html">features</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="settings.html">settings</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user