Testing your knowledge
- What is the command to initiate a test harness and rebuilds if any of the file changes? (100 points)
a. npm start
b. npm start watch
- Which is the correct command to initiate a PCF project to build a code component for a view or sub-grid? (100 points)
a. pac pcf init --namespace PowerMeUp --name Sample --template dataset
b. pac pcf init --namespace PowerMeUp --name Sample --template view
- Which file extension is acceptable by the test harness to test a code component for dataset? (100 points)
a. File with extension .csv
b. File with extension .xlsx
- Select the correct statement from the following: (200 points)
a. PCF project can contain multiple components.
b. SCSS file is unsupported in PCF project.