2
0
Fork 0
mirror of https://github.com/discourse/wp-discourse.git synced 2025-10-04 09:01:05 +08:00

setup unit tests

This commit is contained in:
scossar 2016-06-16 17:28:27 -07:00
parent 22b51d9aff
commit 7288231809
5 changed files with 181 additions and 1 deletions

4
.gitignore vendored
View file

@ -1,4 +1,6 @@
*.swp

# JetBrains IDEs
.idea/*
.idea/*

vendor/*