Merge pull request #8 from davidtaylorhq/remove-js-tests

Remove the empty js test file, to avoid confusion
This commit is contained in:
Guo Xiang Tan 2017-08-02 17:16:44 +09:00 committed by GitHub
commit 1ec43ffce7
2 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
SELECT
(SELECT id FROM badges LIMIT 1) as badge_id,
(SELECT id FROM categories LIMIT 1) as category_id,
(SELECT id FROM groups LIMIT 1) as group_id,
'<h2 class="fa fa-google"> hello</h2>' as html$html,
(SELECT id FROM posts LIMIT 1) as post_id,
'hello' as text$text,
(SELECT id FROM topics LIMIT 1) as topic_id,
(SELECT id FROM users LIMIT 1) as user_id,
TIMESTAMP 'yesterday' as reltime$time,
1 as end