summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project/documents/cached/module_test.js
blob: b832b4e8a7c32f23ce5b21f33dd3fb00d7d0f33d (plain)
1
2
3
4
5
export const testConst = "test";
export const firstConst = "first";
export const secondConst = "second";
export var firstVar = "test_1";
export var SecondVar = "test_2";