mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
ci: get CI ready for publishing the npm package
This commit is contained in:
17
test/test-file.js
Normal file
17
test/test-file.js
Normal file
@@ -0,0 +1,17 @@
|
||||
function test(one) {
|
||||
console.log('this is a somewhat long message to push the line limit to 110 characters.....right here....');
|
||||
}
|
||||
|
||||
var suchobject = {
|
||||
foo: 'bar',
|
||||
baz: 42,
|
||||
foobar: true,
|
||||
};
|
||||
|
||||
var muchobject = {
|
||||
'1foo': 'bar',
|
||||
'2baz': 42,
|
||||
'foobar': true,
|
||||
};
|
||||
|
||||
var bracketSpacing = {foo: 'bar'};
|
||||
Reference in New Issue
Block a user