mirror of
https://github.com/vale981/Vulcan
synced 2025-03-04 09:11:43 -05:00
stuff
This commit is contained in:
parent
d0c97e7ba9
commit
6fc6ad2b3d
3 changed files with 20 additions and 0 deletions
2
packages/telescope-api/TESTS.md
Normal file
2
packages/telescope-api/TESTS.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
- Test that `/api/` returns the 20 latest approved posts.
|
||||
- Test that `/api/:limit` returns `:limit` items.
|
12
packages/telescope-comments/TESTS.md
Normal file
12
packages/telescope-comments/TESTS.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
### Single Post Page
|
||||
|
||||
- `/posts/:postId` should show a list of comments.
|
||||
- `/posts/:postId` should subscribe to the `postComments` publication.
|
||||
|
||||
### Comment Submit
|
||||
|
||||
-
|
||||
|
||||
### Comment Edit
|
||||
|
||||
### Comment Delete
|
6
publish_packages.sh
Normal file
6
publish_packages.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
for d in packages/* ; do
|
||||
echo "$d"
|
||||
cd $d
|
||||
meteor publish
|
||||
cd ../../
|
||||
done
|
Loading…
Add table
Reference in a new issue