Skip to content
This repository was archived by the owner on Jun 13, 2022. It is now read-only.

Commit 6e33cc3

Browse files
committed
add project fixtures, oops
1 parent faecb7c commit 6e33cc3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

spec/fixtures/project2/toolbar.cson

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
type: "button"
4+
icon: "octoface"
5+
callback: "application:about"
6+
tooltip: "project2"
7+
}
8+
]

spec/fixtures/project3/sample.js

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/* eslint-disable */
2+
undefined

0 commit comments

Comments
 (0)