mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Empty test suite runs when you hit ctr-alt-cmd-s
This commit is contained in:
4
spec/spec-suite.coffee
Normal file
4
spec/spec-suite.coffee
Normal file
@@ -0,0 +1,4 @@
|
||||
describe "a test", ->
|
||||
it "should run", ->
|
||||
(expect 1).toEqual 2
|
||||
|
||||
Reference in New Issue
Block a user