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

Commit 22f9f5c

Browse files
committed
Update specs
1 parent 142a0a3 commit 22f9f5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/init-spec.coffee

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,10 @@ describe "apm init", ->
128128
runs ->
129129
expect(fs.existsSync(themePath)).toBeTruthy()
130130
expect(fs.existsSync(path.join(themePath, 'styles'))).toBeTruthy()
131-
expect(fs.existsSync(path.join(themePath, 'styles', 'base.less'))).toBeTruthy()
131+
expect(fs.existsSync(path.join(themePath, 'styles', 'colors.less'))).toBeTruthy()
132132
expect(fs.existsSync(path.join(themePath, 'styles', 'syntax-variables.less'))).toBeTruthy()
133+
expect(fs.existsSync(path.join(themePath, 'styles', 'syntax.less'))).toBeTruthy()
134+
expect(fs.existsSync(path.join(themePath, 'styles', 'editor.less'))).toBeTruthy()
133135
expect(fs.existsSync(path.join(themePath, 'index.less'))).toBeTruthy()
134136
expect(fs.existsSync(path.join(themePath, 'README.md'))).toBeTruthy()
135137
expect(fs.existsSync(path.join(themePath, 'package.json'))).toBeTruthy()

0 commit comments

Comments
 (0)